Shades of Blue Romance #CAFAC8
Tints of Blue Romance #CAFAC8
RGB
CMYK
RGB Variations
Color information
#CAFAC8 (or 0xCAFAC8) is known color: Blue Romance. HEX triplet: CA, FA and C8. RGB value is (202,250,200). Sum of RGB (Red+Green+Blue) = 202+250+200=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC8 is #350537. Grayscale: #E6E6E6. Windows color (decimal): -3474744 or 13171402. OLE color: 13171402.
HSL color Cylindrical-coordinate representation of color #CAFAC8: hue angle of 117.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFAC8 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 200 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.02 |
| HSL | 117.6º | 0.83% | 0.88% | - |
| HSV(B) | 117.6º | 0.2% | 0.98% | - |
| XYZ | 68.97 | 85.1 | 67.43 | - |
| YUV | 229.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 200 | 0.19 | 0 | 0.2 | 0.02 | 117.6 | 0.83 | 0.88 |
| Hex | CA | FA | C8 | 13 | 0 | 14 | 2 | 76 | 53 | 58 |
| Octal | 312 | 372 | 310 | 23 | 0 | 24 | 2 | 166 | 123 | 130 |
| Binary | 11001010 | 11111010 | 11001000 | 10011 | 0 | 10100 | 10 | 1110110 | 1010011 | 1011000 |
Color Harmonies of #CAFAC8
Complementary color
Monochromatic Colors of #CAFAC8
Black with #CAFAC8
Text Example
Text Example
White with #CAFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAC8; }
p { color: rgb(202,250,200); }
H1.HeaderClassName
{
color: #CAFAC8;
}
.AnyTagClassName
{
color: #CAFAC8;
}
</style>
background-color css
<style>
a { background-color: #CAFAC8; }
a { background-color: rgb(202,250,200); }
div.DivClassName
{
background-color: #CAFAC8;
}
.BgClassName
{
background-color: #CAFAC8;
}
</style>
border-color css
<style>
span { border-color: #CAFAC8; }
span { border-color: rgb(202,250,200); }
td.TdClassName
{
border-color: #CAFAC8;
}
.TagClassName
{
border-color: #CAFAC8;
}
</style>