Shades of Light Cyan #CAFDF8
Tints of Light Cyan #CAFDF8
RGB
CMYK
RGB Variations
Color information
#CAFDF8 (or 0xCAFDF8) is known color: Light Cyan. HEX triplet: CA, FD and F8. RGB value is (202,253,248). Sum of RGB (Red+Green+Blue) = 202+253+248=703 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.73% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF8 is #350207. Grayscale: #EDEDED. Windows color (decimal): -3473928 or 16317898. OLE color: 16317898.
HSL color Cylindrical-coordinate representation of color #CAFDF8: hue angle of 174.12º 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 #CAFDF8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 248 | - |
CMYK | 0.20 | 0 | 0.02 | 0.01 |
HSL | 174.12º | 0.93% | 0.89% | - |
HSV(B) | 174.12º | 0.2% | 0.99% | - |
XYZ | 76.43 | 89.58 | 102.07 | - |
YUV | 237.18 | 134.1 | 102.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 248 | 0.20 | 0 | 0.02 | 0.01 | 174.12 | 0.93 | 0.89 |
Hex | CA | FD | F8 | 14 | 0 | 2 | 1 | AE | 5D | 59 |
Octal | 312 | 375 | 370 | 24 | 0 | 2 | 1 | 256 | 135 | 131 |
Binary | 11001010 | 11111101 | 11111000 | 10100 | 0 | 10 | 1 | 10101110 | 1011101 | 1011001 |
Color Harmonies of #CAFDF8
Complementary color
Monochromatic Colors of #CAFDF8
Black with #CAFDF8
Text Example
Text Example
White with #CAFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDF8; }
p { color: rgb(202,253,248); }
H1.HeaderClassName
{
color: #CAFDF8;
}
.AnyTagClassName
{
color: #CAFDF8;
}
</style>
background-color css
<style>
a { background-color: #CAFDF8; }
a { background-color: rgb(202,253,248); }
div.DivClassName
{
background-color: #CAFDF8;
}
.BgClassName
{
background-color: #CAFDF8;
}
</style>
border-color css
<style>
span { border-color: #CAFDF8; }
span { border-color: rgb(202,253,248); }
td.TdClassName
{
border-color: #CAFDF8;
}
.TagClassName
{
border-color: #CAFDF8;
}
</style>