Shades of Light Cyan #CAFFFC
Tints of Light Cyan #CAFFFC
RGB
CMYK
RGB Variations
Color information
#CAFFFC (or 0xCAFFFC) is known color: Light Cyan. HEX triplet: CA, FF and FC. RGB value is (202,255,252). Sum of RGB (Red+Green+Blue) = 202+255+252=709 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.49% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFFC is #350003. Grayscale: #EEEEEE. Windows color (decimal): -3473412 or 16580554. OLE color: 16580554.
HSL color Cylindrical-coordinate representation of color #CAFFFC: hue angle of 176.6º 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 #CAFFFC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 252 | - |
CMYK | 0.21 | 0 | 0.01 | 0 |
HSL | 176.6º | 1% | 0.9% | - |
HSV(B) | 176.6º | 0.21% | 1% | - |
XYZ | 77.69 | 91.1 | 105.59 | - |
YUV | 238.81 | 135.44 | 101.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 252 | 0.21 | 0 | 0.01 | 0 | 176.6 | 1 | 0.9 |
Hex | CA | FF | FC | 15 | 0 | 1 | 0 | B1 | 64 | 5A |
Octal | 312 | 377 | 374 | 25 | 0 | 1 | 0 | 261 | 144 | 132 |
Binary | 11001010 | 11111111 | 11111100 | 10101 | 0 | 1 | 0 | 10110001 | 1100100 | 1011010 |
Color Harmonies of #CAFFFC
Complementary color
Monochromatic Colors of #CAFFFC
Black with #CAFFFC
Text Example
Text Example
White with #CAFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFFC; }
p { color: rgb(202,255,252); }
H1.HeaderClassName
{
color: #CAFFFC;
}
.AnyTagClassName
{
color: #CAFFFC;
}
</style>
background-color css
<style>
a { background-color: #CAFFFC; }
a { background-color: rgb(202,255,252); }
div.DivClassName
{
background-color: #CAFFFC;
}
.BgClassName
{
background-color: #CAFFFC;
}
</style>
border-color css
<style>
span { border-color: #CAFFFC; }
span { border-color: rgb(202,255,252); }
td.TdClassName
{
border-color: #CAFFFC;
}
.TagClassName
{
border-color: #CAFFFC;
}
</style>