Shades of Light Cyan #CAFDFB
Tints of Light Cyan #CAFDFB
RGB
CMYK
RGB Variations
Color information
#CAFDFB (or 0xCAFDFB) is known color: Light Cyan. HEX triplet: CA, FD and FB. RGB value is (202,253,251). Sum of RGB (Red+Green+Blue) = 202+253+251=706 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.61% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDFB is #350204. Grayscale: #EDEDED. Windows color (decimal): -3473925 or 16514506. OLE color: 16514506.
HSL color Cylindrical-coordinate representation of color #CAFDFB: hue angle of 177.65º 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 #CAFDFB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 251 | - |
CMYK | 0.20 | 0 | 0.01 | 0.01 |
HSL | 177.65º | 0.93% | 0.89% | - |
HSV(B) | 177.65º | 0.2% | 0.99% | - |
XYZ | 76.89 | 89.77 | 104.54 | - |
YUV | 237.52 | 135.6 | 102.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 251 | 0.20 | 0 | 0.01 | 0.01 | 177.65 | 0.93 | 0.89 |
Hex | CA | FD | FB | 14 | 0 | 1 | 1 | B2 | 5D | 59 |
Octal | 312 | 375 | 373 | 24 | 0 | 1 | 1 | 262 | 135 | 131 |
Binary | 11001010 | 11111101 | 11111011 | 10100 | 0 | 1 | 1 | 10110010 | 1011101 | 1011001 |
Color Harmonies of #CAFDFB
Complementary color
Monochromatic Colors of #CAFDFB
Black with #CAFDFB
Text Example
Text Example
White with #CAFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDFB; }
p { color: rgb(202,253,251); }
H1.HeaderClassName
{
color: #CAFDFB;
}
.AnyTagClassName
{
color: #CAFDFB;
}
</style>
background-color css
<style>
a { background-color: #CAFDFB; }
a { background-color: rgb(202,253,251); }
div.DivClassName
{
background-color: #CAFDFB;
}
.BgClassName
{
background-color: #CAFDFB;
}
</style>
border-color css
<style>
span { border-color: #CAFDFB; }
span { border-color: rgb(202,253,251); }
td.TdClassName
{
border-color: #CAFDFB;
}
.TagClassName
{
border-color: #CAFDFB;
}
</style>