Shades of Morning Glory #8EDCDB
Tints of Morning Glory #8EDCDB
RGB
CMYK
RGB Variations
Color information
#8EDCDB (or 0x8EDCDB) is known color: Morning Glory. HEX triplet: 8E, DC and DB. RGB value is (142,220,219). Sum of RGB (Red+Green+Blue) = 142+220+219=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCDB is #712324. Grayscale: #C4C4C4. Windows color (decimal): -7414565 or 14408846. OLE color: 14408846.
HSL color Cylindrical-coordinate representation of color #8EDCDB: hue angle of 179.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCDB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 219 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.14 |
| HSL | 179.23º | 0.53% | 0.71% | - |
| HSV(B) | 179.23º | 0.35% | 0.86% | - |
| XYZ | 49.53 | 62.05 | 76.38 | - |
| YUV | 196.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 219 | 0.35 | 0 | 0.00 | 0.14 | 179.23 | 0.53 | 0.71 |
| Hex | 8E | DC | DB | 23 | 0 | 0 | E | B3 | 35 | 47 |
| Octal | 216 | 334 | 333 | 43 | 0 | 0 | 16 | 263 | 65 | 107 |
| Binary | 10001110 | 11011100 | 11011011 | 100011 | 0 | 0 | 1110 | 10110011 | 110101 | 1000111 |
Color Harmonies of #8EDCDB
Complementary color
Monochromatic Colors of #8EDCDB
Black with #8EDCDB
Text Example
Text Example
White with #8EDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDCDB; }
p { color: rgb(142,220,219); }
H1.HeaderClassName
{
color: #8EDCDB;
}
.AnyTagClassName
{
color: #8EDCDB;
}
</style>
background-color css
<style>
a { background-color: #8EDCDB; }
a { background-color: rgb(142,220,219); }
div.DivClassName
{
background-color: #8EDCDB;
}
.BgClassName
{
background-color: #8EDCDB;
}
</style>
border-color css
<style>
span { border-color: #8EDCDB; }
span { border-color: rgb(142,220,219); }
td.TdClassName
{
border-color: #8EDCDB;
}
.TagClassName
{
border-color: #8EDCDB;
}
</style>