Shades of Morning Glory #8ED7DC
Tints of Morning Glory #8ED7DC
RGB
CMYK
RGB Variations
Color information
#8ED7DC (or 0x8ED7DC) is known color: Morning Glory. HEX triplet: 8E, D7 and DC. RGB value is (142,215,220). Sum of RGB (Red+Green+Blue) = 142+215+220=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ED7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED7DC is #712823. Grayscale: #C1C1C1. Windows color (decimal): -7415844 or 14473102. OLE color: 14473102.
HSL color Cylindrical-coordinate representation of color #8ED7DC: hue angle of 183.85º 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 #8ED7DC is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 215 | 220 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.14 |
| HSL | 183.85º | 0.53% | 0.71% | - |
| HSV(B) | 183.85º | 0.35% | 0.86% | - |
| XYZ | 48.37 | 59.52 | 76.65 | - |
| YUV | 193.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 220 | 0.35 | 0.02 | 0 | 0.14 | 183.85 | 0.53 | 0.71 |
| Hex | 8E | D7 | DC | 23 | 2 | 0 | E | B8 | 35 | 47 |
| Octal | 216 | 327 | 334 | 43 | 2 | 0 | 16 | 270 | 65 | 107 |
| Binary | 10001110 | 11010111 | 11011100 | 100011 | 10 | 0 | 1110 | 10111000 | 110101 | 1000111 |
Color Harmonies of #8ED7DC
Complementary color
Monochromatic Colors of #8ED7DC
Black with #8ED7DC
Text Example
Text Example
White with #8ED7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED7DC; }
p { color: rgb(142,215,220); }
H1.HeaderClassName
{
color: #8ED7DC;
}
.AnyTagClassName
{
color: #8ED7DC;
}
</style>
background-color css
<style>
a { background-color: #8ED7DC; }
a { background-color: rgb(142,215,220); }
div.DivClassName
{
background-color: #8ED7DC;
}
.BgClassName
{
background-color: #8ED7DC;
}
</style>
border-color css
<style>
span { border-color: #8ED7DC; }
span { border-color: rgb(142,215,220); }
td.TdClassName
{
border-color: #8ED7DC;
}
.TagClassName
{
border-color: #8ED7DC;
}
</style>