Shades of Blue Romance #CBE9CA
Tints of Blue Romance #CBE9CA
RGB
CMYK
RGB Variations
Color information
#CBE9CA (or 0xCBE9CA) is known color: Blue Romance. HEX triplet: CB, E9 and CA. RGB value is (203,233,202). Sum of RGB (Red+Green+Blue) = 203+233+202=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9CA is #341635. Grayscale: #DCDCDC. Windows color (decimal): -3413558 or 13298123. OLE color: 13298123.
HSL color Cylindrical-coordinate representation of color #CBE9CA: hue angle of 118.06º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9CA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 202 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.09 |
| HSL | 118.06º | 0.41% | 0.85% | - |
| HSV(B) | 118.06º | 0.13% | 0.91% | - |
| XYZ | 64.43 | 75.24 | 67 | - |
| YUV | 220.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 202 | 0.13 | 0 | 0.13 | 0.09 | 118.06 | 0.41 | 0.85 |
| Hex | CB | E9 | CA | D | 0 | D | 9 | 76 | 29 | 55 |
| Octal | 313 | 351 | 312 | 15 | 0 | 15 | 11 | 166 | 51 | 125 |
| Binary | 11001011 | 11101001 | 11001010 | 1101 | 0 | 1101 | 1001 | 1110110 | 101001 | 1010101 |
Color Harmonies of #CBE9CA
Complementary color
Monochromatic Colors of #CBE9CA
Black with #CBE9CA
Text Example
Text Example
White with #CBE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9CA; }
p { color: rgb(203,233,202); }
H1.HeaderClassName
{
color: #CBE9CA;
}
.AnyTagClassName
{
color: #CBE9CA;
}
</style>
background-color css
<style>
a { background-color: #CBE9CA; }
a { background-color: rgb(203,233,202); }
div.DivClassName
{
background-color: #CBE9CA;
}
.BgClassName
{
background-color: #CBE9CA;
}
</style>
border-color css
<style>
span { border-color: #CBE9CA; }
span { border-color: rgb(203,233,202); }
td.TdClassName
{
border-color: #CBE9CA;
}
.TagClassName
{
border-color: #CBE9CA;
}
</style>