Shades of Blue Romance #CBEEC8
Tints of Blue Romance #CBEEC8
RGB
CMYK
RGB Variations
Color information
#CBEEC8 (or 0xCBEEC8) is known color: Blue Romance. HEX triplet: CB, EE and C8. RGB value is (203,238,200). Sum of RGB (Red+Green+Blue) = 203+238+200=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC8 is #341137. Grayscale: #DFDFDF. Windows color (decimal): -3412280 or 13168331. OLE color: 13168331.
HSL color Cylindrical-coordinate representation of color #CBEEC8: hue angle of 115.26º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEEC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 200 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.07 |
| HSL | 115.26º | 0.53% | 0.86% | - |
| HSV(B) | 115.26º | 0.16% | 0.93% | - |
| XYZ | 65.63 | 78.02 | 66.24 | - |
| YUV | 223.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 200 | 0.15 | 0 | 0.16 | 0.07 | 115.26 | 0.53 | 0.86 |
| Hex | CB | EE | C8 | F | 0 | 10 | 7 | 73 | 35 | 56 |
| Octal | 313 | 356 | 310 | 17 | 0 | 20 | 7 | 163 | 65 | 126 |
| Binary | 11001011 | 11101110 | 11001000 | 1111 | 0 | 10000 | 111 | 1110011 | 110101 | 1010110 |
Color Harmonies of #CBEEC8
Complementary color
Monochromatic Colors of #CBEEC8
Black with #CBEEC8
Text Example
Text Example
White with #CBEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEC8; }
p { color: rgb(203,238,200); }
H1.HeaderClassName
{
color: #CBEEC8;
}
.AnyTagClassName
{
color: #CBEEC8;
}
</style>
background-color css
<style>
a { background-color: #CBEEC8; }
a { background-color: rgb(203,238,200); }
div.DivClassName
{
background-color: #CBEEC8;
}
.BgClassName
{
background-color: #CBEEC8;
}
</style>
border-color css
<style>
span { border-color: #CBEEC8; }
span { border-color: rgb(203,238,200); }
td.TdClassName
{
border-color: #CBEEC8;
}
.TagClassName
{
border-color: #CBEEC8;
}
</style>