Shades of Blue Romance #CBFECA
Tints of Blue Romance #CBFECA
RGB
CMYK
RGB Variations
Color information
#CBFECA (or 0xCBFECA) is known color: Blue Romance. HEX triplet: CB, FE and CA. RGB value is (203,254,202). Sum of RGB (Red+Green+Blue) = 203+254+202=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFECA is #340135. Grayscale: #E8E8E8. Windows color (decimal): -3408182 or 13303499. OLE color: 13303499.
HSL color Cylindrical-coordinate representation of color #CBFECA: hue angle of 118.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFECA is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 202 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.00 |
| HSL | 118.85º | 0.96% | 0.89% | - |
| HSV(B) | 118.85º | 0.2% | 1% | - |
| XYZ | 70.73 | 87.84 | 69.1 | - |
| YUV | 232.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 202 | 0.20 | 0 | 0.20 | 0.00 | 118.85 | 0.96 | 0.89 |
| Hex | CB | FE | CA | 14 | 0 | 14 | 0 | 77 | 60 | 59 |
| Octal | 313 | 376 | 312 | 24 | 0 | 24 | 0 | 167 | 140 | 131 |
| Binary | 11001011 | 11111110 | 11001010 | 10100 | 0 | 10100 | 0 | 1110111 | 1100000 | 1011001 |
Color Harmonies of #CBFECA
Complementary color
Monochromatic Colors of #CBFECA
Black with #CBFECA
Text Example
Text Example
White with #CBFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFECA; }
p { color: rgb(203,254,202); }
H1.HeaderClassName
{
color: #CBFECA;
}
.AnyTagClassName
{
color: #CBFECA;
}
</style>
background-color css
<style>
a { background-color: #CBFECA; }
a { background-color: rgb(203,254,202); }
div.DivClassName
{
background-color: #CBFECA;
}
.BgClassName
{
background-color: #CBFECA;
}
</style>
border-color css
<style>
span { border-color: #CBFECA; }
span { border-color: rgb(203,254,202); }
td.TdClassName
{
border-color: #CBFECA;
}
.TagClassName
{
border-color: #CBFECA;
}
</style>