Shades of Blue Romance #CAFDC8
Tints of Blue Romance #CAFDC8
RGB
CMYK
RGB Variations
Color information
#CAFDC8 (or 0xCAFDC8) is known color: Blue Romance. HEX triplet: CA, FD and C8. RGB value is (202,253,200). Sum of RGB (Red+Green+Blue) = 202+253+200=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC8 is #350237. Grayscale: #E7E7E7. Windows color (decimal): -3473976 or 13172170. OLE color: 13172170.
HSL color Cylindrical-coordinate representation of color #CAFDC8: hue angle of 117.74º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 200 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.01 |
| HSL | 117.74º | 0.93% | 0.89% | - |
| HSV(B) | 117.74º | 0.21% | 0.99% | - |
| XYZ | 69.91 | 86.98 | 67.75 | - |
| YUV | 231.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 200 | 0.20 | 0 | 0.21 | 0.01 | 117.74 | 0.93 | 0.89 |
| Hex | CA | FD | C8 | 14 | 0 | 15 | 1 | 76 | 5D | 59 |
| Octal | 312 | 375 | 310 | 24 | 0 | 25 | 1 | 166 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11001000 | 10100 | 0 | 10101 | 1 | 1110110 | 1011101 | 1011001 |
Color Harmonies of #CAFDC8
Complementary color
Monochromatic Colors of #CAFDC8
Black with #CAFDC8
Text Example
Text Example
White with #CAFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDC8; }
p { color: rgb(202,253,200); }
H1.HeaderClassName
{
color: #CAFDC8;
}
.AnyTagClassName
{
color: #CAFDC8;
}
</style>
background-color css
<style>
a { background-color: #CAFDC8; }
a { background-color: rgb(202,253,200); }
div.DivClassName
{
background-color: #CAFDC8;
}
.BgClassName
{
background-color: #CAFDC8;
}
</style>
border-color css
<style>
span { border-color: #CAFDC8; }
span { border-color: rgb(202,253,200); }
td.TdClassName
{
border-color: #CAFDC8;
}
.TagClassName
{
border-color: #CAFDC8;
}
</style>