Shades of Light Cyan #CAFAFD
Tints of Light Cyan #CAFAFD
RGB
CMYK
RGB Variations
Color information
#CAFAFD (or 0xCAFAFD) is known color: Light Cyan. HEX triplet: CA, FA and FD. RGB value is (202,250,253). Sum of RGB (Red+Green+Blue) = 202+250+253=705 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.65% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAFD is #350502. Grayscale: #EBEBEB. Windows color (decimal): -3474691 or 16644810. OLE color: 16644810.
HSL color Cylindrical-coordinate representation of color #CAFAFD: hue angle of 183.53º 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 #CAFAFD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 250 | 253 | - |
CMYK | 0.20 | 0.01 | 0 | 0.01 |
HSL | 183.53º | 0.93% | 0.89% | - |
HSV(B) | 183.53º | 0.2% | 0.99% | - |
XYZ | 76.27 | 88.02 | 105.9 | - |
YUV | 235.99 | 137.6 | 103.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 250 | 253 | 0.20 | 0.01 | 0 | 0.01 | 183.53 | 0.93 | 0.89 |
Hex | CA | FA | FD | 14 | 1 | 0 | 1 | B8 | 5D | 59 |
Octal | 312 | 372 | 375 | 24 | 1 | 0 | 1 | 270 | 135 | 131 |
Binary | 11001010 | 11111010 | 11111101 | 10100 | 1 | 0 | 1 | 10111000 | 1011101 | 1011001 |
Color Harmonies of #CAFAFD
Complementary color
Monochromatic Colors of #CAFAFD
Black with #CAFAFD
Text Example
Text Example
White with #CAFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAFD; }
p { color: rgb(202,250,253); }
H1.HeaderClassName
{
color: #CAFAFD;
}
.AnyTagClassName
{
color: #CAFAFD;
}
</style>
background-color css
<style>
a { background-color: #CAFAFD; }
a { background-color: rgb(202,250,253); }
div.DivClassName
{
background-color: #CAFAFD;
}
.BgClassName
{
background-color: #CAFAFD;
}
</style>
border-color css
<style>
span { border-color: #CAFAFD; }
span { border-color: rgb(202,250,253); }
td.TdClassName
{
border-color: #CAFAFD;
}
.TagClassName
{
border-color: #CAFAFD;
}
</style>