Shades of Light Cyan #CAFAFF
Tints of Light Cyan #CAFAFF
RGB
CMYK
RGB Variations
Color information
#CAFAFF (or 0xCAFAFF) is known color: Light Cyan. HEX triplet: CA, FA and FF. RGB value is (202,250,255). Sum of RGB (Red+Green+Blue) = 202+250+255=707 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.57% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAFF is #350500. Grayscale: #ECECEC. Windows color (decimal): -3474689 or 16775882. OLE color: 16775882.
HSL color Cylindrical-coordinate representation of color #CAFAFF: hue angle of 185.66º 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 #CAFAFF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 250 | 255 | - |
| CMYK | 0.21 | 0.02 | 0 | 0 |
| HSL | 185.66º | 1% | 0.9% | - |
| HSV(B) | 185.66º | 0.21% | 1% | - |
| XYZ | 76.59 | 88.15 | 107.59 | - |
| YUV | 236.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 255 | 0.21 | 0.02 | 0 | 0 | 185.66 | 1 | 0.9 |
| Hex | CA | FA | FF | 15 | 2 | 0 | 0 | BA | 64 | 5A |
| Octal | 312 | 372 | 377 | 25 | 2 | 0 | 0 | 272 | 144 | 132 |
| Binary | 11001010 | 11111010 | 11111111 | 10101 | 10 | 0 | 0 | 10111010 | 1100100 | 1011010 |
Color Harmonies of #CAFAFF
Complementary color
Monochromatic Colors of #CAFAFF
Black with #CAFAFF
Text Example
Text Example
White with #CAFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAFF; }
p { color: rgb(202,250,255); }
H1.HeaderClassName
{
color: #CAFAFF;
}
.AnyTagClassName
{
color: #CAFAFF;
}
</style>
background-color css
<style>
a { background-color: #CAFAFF; }
a { background-color: rgb(202,250,255); }
div.DivClassName
{
background-color: #CAFAFF;
}
.BgClassName
{
background-color: #CAFAFF;
}
</style>
border-color css
<style>
span { border-color: #CAFAFF; }
span { border-color: rgb(202,250,255); }
td.TdClassName
{
border-color: #CAFAFF;
}
.TagClassName
{
border-color: #CAFAFF;
}
</style>