Shades of Morning Glory #8ECED6
Tints of Morning Glory #8ECED6
RGB
CMYK
RGB Variations
Color information
#8ECED6 (or 0x8ECED6) is known color: Morning Glory. HEX triplet: 8E, CE and D6. RGB value is (142,206,214). Sum of RGB (Red+Green+Blue) = 142+206+214=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #8ECED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECED6 is #713129. Grayscale: #BBBBBB. Windows color (decimal): -7418154 or 14077582. OLE color: 14077582.
HSL color Cylindrical-coordinate representation of color #8ECED6: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ECED6 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 206 | 214 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.16 |
| HSL | 186.67º | 0.47% | 0.7% | - |
| HSV(B) | 186.67º | 0.34% | 0.84% | - |
| XYZ | 45.36 | 54.75 | 71.79 | - |
| YUV | 187.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 214 | 0.34 | 0.04 | 0 | 0.16 | 186.67 | 0.47 | 0.7 |
| Hex | 8E | CE | D6 | 22 | 4 | 0 | 10 | BB | 2F | 46 |
| Octal | 216 | 316 | 326 | 42 | 4 | 0 | 20 | 273 | 57 | 106 |
| Binary | 10001110 | 11001110 | 11010110 | 100010 | 100 | 0 | 10000 | 10111011 | 101111 | 1000110 |
Color Harmonies of #8ECED6
Complementary color
Monochromatic Colors of #8ECED6
Black with #8ECED6
Text Example
Text Example
White with #8ECED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECED6; }
p { color: rgb(142,206,214); }
H1.HeaderClassName
{
color: #8ECED6;
}
.AnyTagClassName
{
color: #8ECED6;
}
</style>
background-color css
<style>
a { background-color: #8ECED6; }
a { background-color: rgb(142,206,214); }
div.DivClassName
{
background-color: #8ECED6;
}
.BgClassName
{
background-color: #8ECED6;
}
</style>
border-color css
<style>
span { border-color: #8ECED6; }
span { border-color: rgb(142,206,214); }
td.TdClassName
{
border-color: #8ECED6;
}
.TagClassName
{
border-color: #8ECED6;
}
</style>