Shades of Blue Romance #CAFEC7
Tints of Blue Romance #CAFEC7
RGB
CMYK
RGB Variations
Color information
#CAFEC7 (or 0xCAFEC7) is known color: Blue Romance. HEX triplet: CA, FE and C7. RGB value is (202,254,199). Sum of RGB (Red+Green+Blue) = 202+254+199=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC7 is #350138. Grayscale: #E8E8E8. Windows color (decimal): -3473721 or 13106890. OLE color: 13106890.
HSL color Cylindrical-coordinate representation of color #CAFEC7: hue angle of 116.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 254 | 199 | - |
CMYK | 0.20 | 0 | 0.22 | 0.00 |
HSL | 116.73º | 0.96% | 0.89% | - |
HSV(B) | 116.73º | 0.22% | 1% | - |
XYZ | 70.11 | 87.56 | 67.24 | - |
YUV | 232.18 | 109.27 | 106.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 254 | 199 | 0.20 | 0 | 0.22 | 0.00 | 116.73 | 0.96 | 0.89 |
Hex | CA | FE | C7 | 14 | 0 | 16 | 0 | 75 | 60 | 59 |
Octal | 312 | 376 | 307 | 24 | 0 | 26 | 0 | 165 | 140 | 131 |
Binary | 11001010 | 11111110 | 11000111 | 10100 | 0 | 10110 | 0 | 1110101 | 1100000 | 1011001 |
Color Harmonies of #CAFEC7
Complementary color
Monochromatic Colors of #CAFEC7
Black with #CAFEC7
Text Example
Text Example
White with #CAFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEC7; }
p { color: rgb(202,254,199); }
H1.HeaderClassName
{
color: #CAFEC7;
}
.AnyTagClassName
{
color: #CAFEC7;
}
</style>
background-color css
<style>
a { background-color: #CAFEC7; }
a { background-color: rgb(202,254,199); }
div.DivClassName
{
background-color: #CAFEC7;
}
.BgClassName
{
background-color: #CAFEC7;
}
</style>
border-color css
<style>
span { border-color: #CAFEC7; }
span { border-color: rgb(202,254,199); }
td.TdClassName
{
border-color: #CAFEC7;
}
.TagClassName
{
border-color: #CAFEC7;
}
</style>