Shades of Blue Romance #CAFCC9
Tints of Blue Romance #CAFCC9
RGB
CMYK
RGB Variations
Color information
#CAFCC9 (or 0xCAFCC9) is known color: Blue Romance. HEX triplet: CA, FC and C9. RGB value is (202,252,201). Sum of RGB (Red+Green+Blue) = 202+252+201=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCC9 is #350336. Grayscale: #E7E7E7. Windows color (decimal): -3474231 or 13237450. OLE color: 13237450.
HSL color Cylindrical-coordinate representation of color #CAFCC9: hue angle of 118.82º degrees, saturation: 0.89, 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 #CAFCC9 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 201 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.01 |
| HSL | 118.82º | 0.89% | 0.89% | - |
| HSV(B) | 118.82º | 0.2% | 0.99% | - |
| XYZ | 69.71 | 86.39 | 68.26 | - |
| YUV | 231.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 201 | 0.20 | 0 | 0.20 | 0.01 | 118.82 | 0.89 | 0.89 |
| Hex | CA | FC | C9 | 14 | 0 | 14 | 1 | 77 | 59 | 59 |
| Octal | 312 | 374 | 311 | 24 | 0 | 24 | 1 | 167 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11001001 | 10100 | 0 | 10100 | 1 | 1110111 | 1011001 | 1011001 |
Color Harmonies of #CAFCC9
Complementary color
Monochromatic Colors of #CAFCC9
Black with #CAFCC9
Text Example
Text Example
White with #CAFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCC9; }
p { color: rgb(202,252,201); }
H1.HeaderClassName
{
color: #CAFCC9;
}
.AnyTagClassName
{
color: #CAFCC9;
}
</style>
background-color css
<style>
a { background-color: #CAFCC9; }
a { background-color: rgb(202,252,201); }
div.DivClassName
{
background-color: #CAFCC9;
}
.BgClassName
{
background-color: #CAFCC9;
}
</style>
border-color css
<style>
span { border-color: #CAFCC9; }
span { border-color: rgb(202,252,201); }
td.TdClassName
{
border-color: #CAFCC9;
}
.TagClassName
{
border-color: #CAFCC9;
}
</style>