Shades of Morning Glory #8ECED0
Tints of Morning Glory #8ECED0
RGB
CMYK
RGB Variations
Color information
#8ECED0 (or 0x8ECED0) is known color: Morning Glory. HEX triplet: 8E, CE and D0. RGB value is (142,206,208). Sum of RGB (Red+Green+Blue) = 142+206+208=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #8ECED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECED0 is #71312F. Grayscale: #BBBBBB. Windows color (decimal): -7418160 or 13684366. OLE color: 13684366.
HSL color Cylindrical-coordinate representation of color #8ECED0: hue angle of 181.82º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECED0 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 206 | 208 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.18 |
| HSL | 181.82º | 0.41% | 0.69% | - |
| HSV(B) | 181.82º | 0.32% | 0.82% | - |
| XYZ | 44.61 | 54.45 | 67.83 | - |
| YUV | 187.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 208 | 0.32 | 0.01 | 0 | 0.18 | 181.82 | 0.41 | 0.69 |
| Hex | 8E | CE | D0 | 20 | 1 | 0 | 12 | B6 | 29 | 45 |
| Octal | 216 | 316 | 320 | 40 | 1 | 0 | 22 | 266 | 51 | 105 |
| Binary | 10001110 | 11001110 | 11010000 | 100000 | 1 | 0 | 10010 | 10110110 | 101001 | 1000101 |
Color Harmonies of #8ECED0
Complementary color
Monochromatic Colors of #8ECED0
Black with #8ECED0
Text Example
Text Example
White with #8ECED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECED0; }
p { color: rgb(142,206,208); }
H1.HeaderClassName
{
color: #8ECED0;
}
.AnyTagClassName
{
color: #8ECED0;
}
</style>
background-color css
<style>
a { background-color: #8ECED0; }
a { background-color: rgb(142,206,208); }
div.DivClassName
{
background-color: #8ECED0;
}
.BgClassName
{
background-color: #8ECED0;
}
</style>
border-color css
<style>
span { border-color: #8ECED0; }
span { border-color: rgb(142,206,208); }
td.TdClassName
{
border-color: #8ECED0;
}
.TagClassName
{
border-color: #8ECED0;
}
</style>