Shades of Light Cyan #CAFFF7
Tints of Light Cyan #CAFFF7
RGB
CMYK
RGB Variations
Color information
#CAFFF7 (or 0xCAFFF7) is known color: Light Cyan. HEX triplet: CA, FF and F7. RGB value is (202,255,247). Sum of RGB (Red+Green+Blue) = 202+255+247=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFF7 is #350008. Grayscale: #EEEEEE. Windows color (decimal): -3473417 or 16252874. OLE color: 16252874.
HSL color Cylindrical-coordinate representation of color #CAFFF7: hue angle of 170.94º 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 #CAFFF7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 247 | - |
| CMYK | 0.21 | 0 | 0.03 | 0 |
| HSL | 170.94º | 1% | 0.9% | - |
| HSV(B) | 170.94º | 0.21% | 1% | - |
| XYZ | 76.91 | 90.79 | 101.47 | - |
| YUV | 238.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 247 | 0.21 | 0 | 0.03 | 0 | 170.94 | 1 | 0.9 |
| Hex | CA | FF | F7 | 15 | 0 | 3 | 0 | AB | 64 | 5A |
| Octal | 312 | 377 | 367 | 25 | 0 | 3 | 0 | 253 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11110111 | 10101 | 0 | 11 | 0 | 10101011 | 1100100 | 1011010 |
Color Harmonies of #CAFFF7
Complementary color
Monochromatic Colors of #CAFFF7
Black with #CAFFF7
Text Example
Text Example
White with #CAFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFF7; }
p { color: rgb(202,255,247); }
H1.HeaderClassName
{
color: #CAFFF7;
}
.AnyTagClassName
{
color: #CAFFF7;
}
</style>
background-color css
<style>
a { background-color: #CAFFF7; }
a { background-color: rgb(202,255,247); }
div.DivClassName
{
background-color: #CAFFF7;
}
.BgClassName
{
background-color: #CAFFF7;
}
</style>
border-color css
<style>
span { border-color: #CAFFF7; }
span { border-color: rgb(202,255,247); }
td.TdClassName
{
border-color: #CAFFF7;
}
.TagClassName
{
border-color: #CAFFF7;
}
</style>