Shades of Blue Romance #CEEBCC
Tints of Blue Romance #CEEBCC
RGB
CMYK
RGB Variations
Color information
#CEEBCC (or 0xCEEBCC) is known color: Blue Romance. HEX triplet: CE, EB and CC. RGB value is (206,235,204). Sum of RGB (Red+Green+Blue) = 206+235+204=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBCC is #311433. Grayscale: #DEDEDE. Windows color (decimal): -3216436 or 13429710. OLE color: 13429710.
HSL color Cylindrical-coordinate representation of color #CEEBCC: hue angle of 116.13º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEBCC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 204 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.08 |
| HSL | 116.13º | 0.44% | 0.86% | - |
| HSV(B) | 116.13º | 0.13% | 0.92% | - |
| XYZ | 66.06 | 76.9 | 68.49 | - |
| YUV | 222.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 204 | 0.12 | 0 | 0.13 | 0.08 | 116.13 | 0.44 | 0.86 |
| Hex | CE | EB | CC | C | 0 | D | 8 | 74 | 2C | 56 |
| Octal | 316 | 353 | 314 | 14 | 0 | 15 | 10 | 164 | 54 | 126 |
| Binary | 11001110 | 11101011 | 11001100 | 1100 | 0 | 1101 | 1000 | 1110100 | 101100 | 1010110 |
Color Harmonies of #CEEBCC
Complementary color
Monochromatic Colors of #CEEBCC
Black with #CEEBCC
Text Example
Text Example
White with #CEEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBCC; }
p { color: rgb(206,235,204); }
H1.HeaderClassName
{
color: #CEEBCC;
}
.AnyTagClassName
{
color: #CEEBCC;
}
</style>
background-color css
<style>
a { background-color: #CEEBCC; }
a { background-color: rgb(206,235,204); }
div.DivClassName
{
background-color: #CEEBCC;
}
.BgClassName
{
background-color: #CEEBCC;
}
</style>
border-color css
<style>
span { border-color: #CEEBCC; }
span { border-color: rgb(206,235,204); }
td.TdClassName
{
border-color: #CEEBCC;
}
.TagClassName
{
border-color: #CEEBCC;
}
</style>