Shades of Blue Romance #CBFEC9
Tints of Blue Romance #CBFEC9
RGB
CMYK
RGB Variations
Color information
#CBFEC9 (or 0xCBFEC9) is known color: Blue Romance. HEX triplet: CB, FE and C9. RGB value is (203,254,201). Sum of RGB (Red+Green+Blue) = 203+254+201=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC9 is #340136. Grayscale: #E8E8E8. Windows color (decimal): -3408183 or 13237963. OLE color: 13237963.
HSL color Cylindrical-coordinate representation of color #CBFEC9: hue angle of 117.74º 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 #CBFEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 201 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.00 |
| HSL | 117.74º | 0.96% | 0.89% | - |
| HSV(B) | 117.74º | 0.21% | 1% | - |
| XYZ | 70.61 | 87.8 | 68.48 | - |
| YUV | 232.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 201 | 0.20 | 0 | 0.21 | 0.00 | 117.74 | 0.96 | 0.89 |
| Hex | CB | FE | C9 | 14 | 0 | 15 | 0 | 76 | 60 | 59 |
| Octal | 313 | 376 | 311 | 24 | 0 | 25 | 0 | 166 | 140 | 131 |
| Binary | 11001011 | 11111110 | 11001001 | 10100 | 0 | 10101 | 0 | 1110110 | 1100000 | 1011001 |
Color Harmonies of #CBFEC9
Complementary color
Monochromatic Colors of #CBFEC9
Black with #CBFEC9
Text Example
Text Example
White with #CBFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEC9; }
p { color: rgb(203,254,201); }
H1.HeaderClassName
{
color: #CBFEC9;
}
.AnyTagClassName
{
color: #CBFEC9;
}
</style>
background-color css
<style>
a { background-color: #CBFEC9; }
a { background-color: rgb(203,254,201); }
div.DivClassName
{
background-color: #CBFEC9;
}
.BgClassName
{
background-color: #CBFEC9;
}
</style>
border-color css
<style>
span { border-color: #CBFEC9; }
span { border-color: rgb(203,254,201); }
td.TdClassName
{
border-color: #CBFEC9;
}
.TagClassName
{
border-color: #CBFEC9;
}
</style>