Adding Colors

RGB

Uses 0-255 to represent Red Green Blue

An exampple would be rgb(135, 206, 235)

HSL

Stands for Hue Saturation Lights

An example would be hsl(320, 100%, 70%)

Hexadecimal

Uses 0-9 and a-f in groups of 2 to represent Red Green Blue

An example would be #99ffcc

Color Names

Uses the name of the color