Shades of Morning Glory #8ED2D6
Tints of Morning Glory #8ED2D6
RGB
CMYK
RGB Variations
Color information
#8ED2D6 (or 0x8ED2D6) is known color: Morning Glory. HEX triplet: 8E, D2 and D6. RGB value is (142,210,214). Sum of RGB (Red+Green+Blue) = 142+210+214=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #8ED2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2D6 is #712D29. Grayscale: #BEBEBE. Windows color (decimal): -7417130 or 14078606. OLE color: 14078606.
HSL color Cylindrical-coordinate representation of color #8ED2D6: hue angle of 183.33º 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 #8ED2D6 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 210 | 214 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.16 |
| HSL | 183.33º | 0.47% | 0.7% | - |
| HSV(B) | 183.33º | 0.34% | 0.84% | - |
| XYZ | 46.34 | 56.7 | 72.12 | - |
| YUV | 190.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 214 | 0.34 | 0.02 | 0 | 0.16 | 183.33 | 0.47 | 0.7 |
| Hex | 8E | D2 | D6 | 22 | 2 | 0 | 10 | B7 | 2F | 46 |
| Octal | 216 | 322 | 326 | 42 | 2 | 0 | 20 | 267 | 57 | 106 |
| Binary | 10001110 | 11010010 | 11010110 | 100010 | 10 | 0 | 10000 | 10110111 | 101111 | 1000110 |
Color Harmonies of #8ED2D6
Complementary color
Monochromatic Colors of #8ED2D6
Black with #8ED2D6
Text Example
Text Example
White with #8ED2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2D6; }
p { color: rgb(142,210,214); }
H1.HeaderClassName
{
color: #8ED2D6;
}
.AnyTagClassName
{
color: #8ED2D6;
}
</style>
background-color css
<style>
a { background-color: #8ED2D6; }
a { background-color: rgb(142,210,214); }
div.DivClassName
{
background-color: #8ED2D6;
}
.BgClassName
{
background-color: #8ED2D6;
}
</style>
border-color css
<style>
span { border-color: #8ED2D6; }
span { border-color: rgb(142,210,214); }
td.TdClassName
{
border-color: #8ED2D6;
}
.TagClassName
{
border-color: #8ED2D6;
}
</style>