Shades of Morning Glory #8EDEDF
Tints of Morning Glory #8EDEDF
RGB
CMYK
RGB Variations
Color information
#8EDEDF (or 0x8EDEDF) is known color: Morning Glory. HEX triplet: 8E, DE and DF. RGB value is (142,222,223). Sum of RGB (Red+Green+Blue) = 142+222+223=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEDF is #712120. Grayscale: #C6C6C6. Windows color (decimal): -7414049 or 14671502. OLE color: 14671502.
HSL color Cylindrical-coordinate representation of color #8EDEDF: hue angle of 180.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDEDF is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 223 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.13 |
| HSL | 180.74º | 0.56% | 0.72% | - |
| HSV(B) | 180.74º | 0.36% | 0.87% | - |
| XYZ | 50.6 | 63.32 | 79.37 | - |
| YUV | 198.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 223 | 0.36 | 0.00 | 0 | 0.13 | 180.74 | 0.56 | 0.72 |
| Hex | 8E | DE | DF | 24 | 0 | 0 | D | B5 | 38 | 48 |
| Octal | 216 | 336 | 337 | 44 | 0 | 0 | 15 | 265 | 70 | 110 |
| Binary | 10001110 | 11011110 | 11011111 | 100100 | 0 | 0 | 1101 | 10110101 | 111000 | 1001000 |
Color Harmonies of #8EDEDF
Complementary color
Monochromatic Colors of #8EDEDF
Black with #8EDEDF
Text Example
Text Example
White with #8EDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEDF; }
p { color: rgb(142,222,223); }
H1.HeaderClassName
{
color: #8EDEDF;
}
.AnyTagClassName
{
color: #8EDEDF;
}
</style>
background-color css
<style>
a { background-color: #8EDEDF; }
a { background-color: rgb(142,222,223); }
div.DivClassName
{
background-color: #8EDEDF;
}
.BgClassName
{
background-color: #8EDEDF;
}
</style>
border-color css
<style>
span { border-color: #8EDEDF; }
span { border-color: rgb(142,222,223); }
td.TdClassName
{
border-color: #8EDEDF;
}
.TagClassName
{
border-color: #8EDEDF;
}
</style>