Shades of Light Cyan #CAFFFD
Tints of Light Cyan #CAFFFD
RGB
CMYK
RGB Variations
Color information
#CAFFFD (or 0xCAFFFD) is known color: Light Cyan. HEX triplet: CA, FF and FD. RGB value is (202,255,253). Sum of RGB (Red+Green+Blue) = 202+255+253=710 (94% of max value = 765). Red value is 202 (79.30% from 255 or 28.45% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFFD is #350002. Grayscale: #EEEEEE. Windows color (decimal): -3473411 or 16646090. OLE color: 16646090.
HSL color Cylindrical-coordinate representation of color #CAFFFD: hue angle of 177.74º 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 #CAFFFD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 253 | - |
| CMYK | 0.21 | 0 | 0.01 | 0 |
| HSL | 177.74º | 1% | 0.9% | - |
| HSV(B) | 177.74º | 0.21% | 1% | - |
| XYZ | 77.85 | 91.17 | 106.42 | - |
| YUV | 238.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 253 | 0.21 | 0 | 0.01 | 0 | 177.74 | 1 | 0.9 |
| Hex | CA | FF | FD | 15 | 0 | 1 | 0 | B2 | 64 | 5A |
| Octal | 312 | 377 | 375 | 25 | 0 | 1 | 0 | 262 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11111101 | 10101 | 0 | 1 | 0 | 10110010 | 1100100 | 1011010 |
Color Harmonies of #CAFFFD
Complementary color
Monochromatic Colors of #CAFFFD
Black with #CAFFFD
Text Example
Text Example
White with #CAFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFFD; }
p { color: rgb(202,255,253); }
H1.HeaderClassName
{
color: #CAFFFD;
}
.AnyTagClassName
{
color: #CAFFFD;
}
</style>
background-color css
<style>
a { background-color: #CAFFFD; }
a { background-color: rgb(202,255,253); }
div.DivClassName
{
background-color: #CAFFFD;
}
.BgClassName
{
background-color: #CAFFFD;
}
</style>
border-color css
<style>
span { border-color: #CAFFFD; }
span { border-color: rgb(202,255,253); }
td.TdClassName
{
border-color: #CAFFFD;
}
.TagClassName
{
border-color: #CAFFFD;
}
</style>