Shades of Blue Romance #CAFEC9
Tints of Blue Romance #CAFEC9
RGB
CMYK
RGB Variations
Color information
#CAFEC9 (or 0xCAFEC9) is known color: Blue Romance. HEX triplet: CA, FE and C9. RGB value is (202,254,201). Sum of RGB (Red+Green+Blue) = 202+254+201=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC9 is #350136. Grayscale: #E8E8E8. Windows color (decimal): -3473719 or 13237962. OLE color: 13237962.
HSL color Cylindrical-coordinate representation of color #CAFEC9: hue angle of 118.87º 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 #CAFEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 254 | 201 | - |
CMYK | 0.20 | 0 | 0.21 | 0.00 |
HSL | 118.87º | 0.96% | 0.89% | - |
HSV(B) | 118.87º | 0.21% | 1% | - |
XYZ | 70.34 | 87.66 | 68.47 | - |
YUV | 232.41 | 110.27 | 106.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 254 | 201 | 0.20 | 0 | 0.21 | 0.00 | 118.87 | 0.96 | 0.89 |
Hex | CA | FE | C9 | 14 | 0 | 15 | 0 | 77 | 60 | 59 |
Octal | 312 | 376 | 311 | 24 | 0 | 25 | 0 | 167 | 140 | 131 |
Binary | 11001010 | 11111110 | 11001001 | 10100 | 0 | 10101 | 0 | 1110111 | 1100000 | 1011001 |
Color Harmonies of #CAFEC9
Complementary color
Monochromatic Colors of #CAFEC9
Black with #CAFEC9
Text Example
Text Example
White with #CAFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEC9; }
p { color: rgb(202,254,201); }
H1.HeaderClassName
{
color: #CAFEC9;
}
.AnyTagClassName
{
color: #CAFEC9;
}
</style>
background-color css
<style>
a { background-color: #CAFEC9; }
a { background-color: rgb(202,254,201); }
div.DivClassName
{
background-color: #CAFEC9;
}
.BgClassName
{
background-color: #CAFEC9;
}
</style>
border-color css
<style>
span { border-color: #CAFEC9; }
span { border-color: rgb(202,254,201); }
td.TdClassName
{
border-color: #CAFEC9;
}
.TagClassName
{
border-color: #CAFEC9;
}
</style>