Shades of Blue Romance #CBEFC8
Tints of Blue Romance #CBEFC8
RGB
CMYK
RGB Variations
Color information
#CBEFC8 (or 0xCBEFC8) is known color: Blue Romance. HEX triplet: CB, EF and C8. RGB value is (203,239,200). Sum of RGB (Red+Green+Blue) = 203+239+200=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC8 is #341037. Grayscale: #DFDFDF. Windows color (decimal): -3412024 or 13168587. OLE color: 13168587.
HSL color Cylindrical-coordinate representation of color #CBEFC8: hue angle of 115.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 200 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.06 |
| HSL | 115.38º | 0.55% | 0.86% | - |
| HSV(B) | 115.38º | 0.16% | 0.94% | - |
| XYZ | 65.92 | 78.6 | 66.34 | - |
| YUV | 223.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 200 | 0.15 | 0 | 0.16 | 0.06 | 115.38 | 0.55 | 0.86 |
| Hex | CB | EF | C8 | F | 0 | 10 | 6 | 73 | 37 | 56 |
| Octal | 313 | 357 | 310 | 17 | 0 | 20 | 6 | 163 | 67 | 126 |
| Binary | 11001011 | 11101111 | 11001000 | 1111 | 0 | 10000 | 110 | 1110011 | 110111 | 1010110 |
Color Harmonies of #CBEFC8
Complementary color
Monochromatic Colors of #CBEFC8
Black with #CBEFC8
Text Example
Text Example
White with #CBEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFC8; }
p { color: rgb(203,239,200); }
H1.HeaderClassName
{
color: #CBEFC8;
}
.AnyTagClassName
{
color: #CBEFC8;
}
</style>
background-color css
<style>
a { background-color: #CBEFC8; }
a { background-color: rgb(203,239,200); }
div.DivClassName
{
background-color: #CBEFC8;
}
.BgClassName
{
background-color: #CBEFC8;
}
</style>
border-color css
<style>
span { border-color: #CBEFC8; }
span { border-color: rgb(203,239,200); }
td.TdClassName
{
border-color: #CBEFC8;
}
.TagClassName
{
border-color: #CBEFC8;
}
</style>