Shades of Light Cyan #CAFDFD
Tints of Light Cyan #CAFDFD
RGB
CMYK
RGB Variations
Color information
#CAFDFD (or 0xCAFDFD) is known color: Light Cyan. HEX triplet: CA, FD and FD. RGB value is (202,253,253). Sum of RGB (Red+Green+Blue) = 202+253+253=708 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.53% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CAFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDFD is #350202. Grayscale: #EDEDED. Windows color (decimal): -3473923 or 16645578. OLE color: 16645578.
HSL color Cylindrical-coordinate representation of color #CAFDFD: hue angle of 180º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDFD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 253 | - |
CMYK | 0.20 | 0 | 0 | 0.01 |
HSL | 180º | 0.93% | 0.89% | - |
HSV(B) | 180º | 0.2% | 0.99% | - |
XYZ | 77.21 | 89.9 | 106.21 | - |
YUV | 237.75 | 136.6 | 102.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 253 | 0.20 | 0 | 0 | 0.01 | 180 | 0.93 | 0.89 |
Hex | CA | FD | FD | 14 | 0 | 0 | 1 | B4 | 5D | 59 |
Octal | 312 | 375 | 375 | 24 | 0 | 0 | 1 | 264 | 135 | 131 |
Binary | 11001010 | 11111101 | 11111101 | 10100 | 0 | 0 | 1 | 10110100 | 1011101 | 1011001 |
Color Harmonies of #CAFDFD
Complementary color
Monochromatic Colors of #CAFDFD
Black with #CAFDFD
Text Example
Text Example
White with #CAFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDFD; }
p { color: rgb(202,253,253); }
H1.HeaderClassName
{
color: #CAFDFD;
}
.AnyTagClassName
{
color: #CAFDFD;
}
</style>
background-color css
<style>
a { background-color: #CAFDFD; }
a { background-color: rgb(202,253,253); }
div.DivClassName
{
background-color: #CAFDFD;
}
.BgClassName
{
background-color: #CAFDFD;
}
</style>
border-color css
<style>
span { border-color: #CAFDFD; }
span { border-color: rgb(202,253,253); }
td.TdClassName
{
border-color: #CAFDFD;
}
.TagClassName
{
border-color: #CAFDFD;
}
</style>