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