Shades of Light Cyan #CAFFF8
Tints of Light Cyan #CAFFF8
RGB
CMYK
RGB Variations
Color information
#CAFFF8 (or 0xCAFFF8) is known color: Light Cyan. HEX triplet: CA, FF and F8. RGB value is (202,255,248). Sum of RGB (Red+Green+Blue) = 202+255+248=705 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.65% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF8 is #350007. Grayscale: #EEEEEE. Windows color (decimal): -3473416 or 16318410. OLE color: 16318410.
HSL color Cylindrical-coordinate representation of color #CAFFF8: hue angle of 172.08º 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 #CAFFF8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 248 | - |
| CMYK | 0.21 | 0 | 0.03 | 0 |
| HSL | 172.08º | 1% | 0.9% | - |
| HSV(B) | 172.08º | 0.21% | 1% | - |
| XYZ | 77.06 | 90.85 | 102.28 | - |
| YUV | 238.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 248 | 0.21 | 0 | 0.03 | 0 | 172.08 | 1 | 0.9 |
| Hex | CA | FF | F8 | 15 | 0 | 3 | 0 | AC | 64 | 5A |
| Octal | 312 | 377 | 370 | 25 | 0 | 3 | 0 | 254 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11111000 | 10101 | 0 | 11 | 0 | 10101100 | 1100100 | 1011010 |
Color Harmonies of #CAFFF8
Complementary color
Monochromatic Colors of #CAFFF8
Black with #CAFFF8
Text Example
Text Example
White with #CAFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFF8; }
p { color: rgb(202,255,248); }
H1.HeaderClassName
{
color: #CAFFF8;
}
.AnyTagClassName
{
color: #CAFFF8;
}
</style>
background-color css
<style>
a { background-color: #CAFFF8; }
a { background-color: rgb(202,255,248); }
div.DivClassName
{
background-color: #CAFFF8;
}
.BgClassName
{
background-color: #CAFFF8;
}
</style>
border-color css
<style>
span { border-color: #CAFFF8; }
span { border-color: rgb(202,255,248); }
td.TdClassName
{
border-color: #CAFFF8;
}
.TagClassName
{
border-color: #CAFFF8;
}
</style>