Shades of Light Cyan #CAFFF9
Tints of Light Cyan #CAFFF9
RGB
CMYK
RGB Variations
Color information
#CAFFF9 (or 0xCAFFF9) is known color: Light Cyan. HEX triplet: CA, FF and F9. RGB value is (202,255,249). Sum of RGB (Red+Green+Blue) = 202+255+249=706 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.61% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF9 is #350006. Grayscale: #EEEEEE. Windows color (decimal): -3473415 or 16383946. OLE color: 16383946.
HSL color Cylindrical-coordinate representation of color #CAFFF9: hue angle of 173.21º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFF9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 249 | - |
| CMYK | 0.21 | 0 | 0.02 | 0 |
| HSL | 173.21º | 1% | 0.9% | - |
| HSV(B) | 173.21º | 0.21% | 1% | - |
| XYZ | 77.22 | 90.92 | 103.1 | - |
| YUV | 238.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 249 | 0.21 | 0 | 0.02 | 0 | 173.21 | 1 | 0.9 |
| Hex | CA | FF | F9 | 15 | 0 | 2 | 0 | AD | 64 | 5A |
| Octal | 312 | 377 | 371 | 25 | 0 | 2 | 0 | 255 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11111001 | 10101 | 0 | 10 | 0 | 10101101 | 1100100 | 1011010 |
Color Harmonies of #CAFFF9
Complementary color
Monochromatic Colors of #CAFFF9
Black with #CAFFF9
Text Example
Text Example
White with #CAFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFF9; }
p { color: rgb(202,255,249); }
H1.HeaderClassName
{
color: #CAFFF9;
}
.AnyTagClassName
{
color: #CAFFF9;
}
</style>
background-color css
<style>
a { background-color: #CAFFF9; }
a { background-color: rgb(202,255,249); }
div.DivClassName
{
background-color: #CAFFF9;
}
.BgClassName
{
background-color: #CAFFF9;
}
</style>
border-color css
<style>
span { border-color: #CAFFF9; }
span { border-color: rgb(202,255,249); }
td.TdClassName
{
border-color: #CAFFF9;
}
.TagClassName
{
border-color: #CAFFF9;
}
</style>