Shades of Blue Romance #C7FEC7
Tints of Blue Romance #C7FEC7
RGB
CMYK
RGB Variations
Color information
#C7FEC7 (or 0xC7FEC7) is known color: Blue Romance. HEX triplet: C7, FE and C7. RGB value is (199,254,199). Sum of RGB (Red+Green+Blue) = 199+254+199=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEC7 is #380138. Grayscale: #E7E7E7. Windows color (decimal): -3670329 or 13106887. OLE color: 13106887.
HSL color Cylindrical-coordinate representation of color #C7FEC7: hue angle of 120º 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 #C7FEC7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 199 | - |
CMYK | 0.22 | 0 | 0.22 | 0.00 |
HSL | 120º | 0.96% | 0.89% | - |
HSV(B) | 120º | 0.22% | 1% | - |
XYZ | 69.3 | 87.15 | 67.2 | - |
YUV | 231.29 | 109.78 | 104.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 199 | 0.22 | 0 | 0.22 | 0.00 | 120 | 0.96 | 0.89 |
Hex | C7 | FE | C7 | 16 | 0 | 16 | 0 | 78 | 60 | 59 |
Octal | 307 | 376 | 307 | 26 | 0 | 26 | 0 | 170 | 140 | 131 |
Binary | 11000111 | 11111110 | 11000111 | 10110 | 0 | 10110 | 0 | 1111000 | 1100000 | 1011001 |
Color Harmonies of #C7FEC7
Complementary color
Monochromatic Colors of #C7FEC7
Black with #C7FEC7
Text Example
Text Example
White with #C7FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEC7; }
p { color: rgb(199,254,199); }
H1.HeaderClassName
{
color: #C7FEC7;
}
.AnyTagClassName
{
color: #C7FEC7;
}
</style>
background-color css
<style>
a { background-color: #C7FEC7; }
a { background-color: rgb(199,254,199); }
div.DivClassName
{
background-color: #C7FEC7;
}
.BgClassName
{
background-color: #C7FEC7;
}
</style>
border-color css
<style>
span { border-color: #C7FEC7; }
span { border-color: rgb(199,254,199); }
td.TdClassName
{
border-color: #C7FEC7;
}
.TagClassName
{
border-color: #C7FEC7;
}
</style>