Shades of Blue Romance #CAFEC8
Tints of Blue Romance #CAFEC8
RGB
CMYK
RGB Variations
Color information
#CAFEC8 (or 0xCAFEC8) is known color: Blue Romance. HEX triplet: CA, FE and C8. RGB value is (202,254,200). Sum of RGB (Red+Green+Blue) = 202+254+200=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC8 is #350137. Grayscale: #E8E8E8. Windows color (decimal): -3473720 or 13172426. OLE color: 13172426.
HSL color Cylindrical-coordinate representation of color #CAFEC8: hue angle of 117.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFEC8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 200 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.00 |
| HSL | 117.78º | 0.96% | 0.89% | - |
| HSV(B) | 117.78º | 0.21% | 1% | - |
| XYZ | 70.22 | 87.61 | 67.85 | - |
| YUV | 232.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 200 | 0.20 | 0 | 0.21 | 0.00 | 117.78 | 0.96 | 0.89 |
| Hex | CA | FE | C8 | 14 | 0 | 15 | 0 | 76 | 60 | 59 |
| Octal | 312 | 376 | 310 | 24 | 0 | 25 | 0 | 166 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11001000 | 10100 | 0 | 10101 | 0 | 1110110 | 1100000 | 1011001 |
Color Harmonies of #CAFEC8
Complementary color
Monochromatic Colors of #CAFEC8
Black with #CAFEC8
Text Example
Text Example
White with #CAFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEC8; }
p { color: rgb(202,254,200); }
H1.HeaderClassName
{
color: #CAFEC8;
}
.AnyTagClassName
{
color: #CAFEC8;
}
</style>
background-color css
<style>
a { background-color: #CAFEC8; }
a { background-color: rgb(202,254,200); }
div.DivClassName
{
background-color: #CAFEC8;
}
.BgClassName
{
background-color: #CAFEC8;
}
</style>
border-color css
<style>
span { border-color: #CAFEC8; }
span { border-color: rgb(202,254,200); }
td.TdClassName
{
border-color: #CAFEC8;
}
.TagClassName
{
border-color: #CAFEC8;
}
</style>