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