Shades of Morning Glory #8ECBCC
Tints of Morning Glory #8ECBCC
RGB
CMYK
RGB Variations
Color information
#8ECBCC (or 0x8ECBCC) is known color: Morning Glory. HEX triplet: 8E, CB and CC. RGB value is (142,203,204). Sum of RGB (Red+Green+Blue) = 142+203+204=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ECBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBCC is #713433. Grayscale: #B8B8B8. Windows color (decimal): -7418932 or 13421454. OLE color: 13421454.
HSL color Cylindrical-coordinate representation of color #8ECBCC: hue angle of 180.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBCC is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 203 | 204 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.2 |
| HSL | 180.97º | 0.38% | 0.68% | - |
| HSV(B) | 180.97º | 0.3% | 0.8% | - |
| XYZ | 43.41 | 52.82 | 65.03 | - |
| YUV | 184.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 204 | 0.30 | 0.00 | 0 | 0.2 | 180.97 | 0.38 | 0.68 |
| Hex | 8E | CB | CC | 1E | 0 | 0 | 14 | B5 | 26 | 44 |
| Octal | 216 | 313 | 314 | 36 | 0 | 0 | 24 | 265 | 46 | 104 |
| Binary | 10001110 | 11001011 | 11001100 | 11110 | 0 | 0 | 10100 | 10110101 | 100110 | 1000100 |
Color Harmonies of #8ECBCC
Complementary color
Monochromatic Colors of #8ECBCC
Black with #8ECBCC
Text Example
Text Example
White with #8ECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBCC; }
p { color: rgb(142,203,204); }
H1.HeaderClassName
{
color: #8ECBCC;
}
.AnyTagClassName
{
color: #8ECBCC;
}
</style>
background-color css
<style>
a { background-color: #8ECBCC; }
a { background-color: rgb(142,203,204); }
div.DivClassName
{
background-color: #8ECBCC;
}
.BgClassName
{
background-color: #8ECBCC;
}
</style>
border-color css
<style>
span { border-color: #8ECBCC; }
span { border-color: rgb(142,203,204); }
td.TdClassName
{
border-color: #8ECBCC;
}
.TagClassName
{
border-color: #8ECBCC;
}
</style>