Shades of Morning Glory #8EDBDD
Tints of Morning Glory #8EDBDD
RGB
CMYK
RGB Variations
Color information
#8EDBDD (or 0x8EDBDD) is known color: Morning Glory. HEX triplet: 8E, DB and DD. RGB value is (142,219,221). Sum of RGB (Red+Green+Blue) = 142+219+221=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBDD is #712422. Grayscale: #C4C4C4. Windows color (decimal): -7414819 or 14539662. OLE color: 14539662.
HSL color Cylindrical-coordinate representation of color #8EDBDD: hue angle of 181.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDBDD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 219 | 221 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.13 |
| HSL | 181.52º | 0.54% | 0.71% | - |
| HSV(B) | 181.52º | 0.36% | 0.87% | - |
| XYZ | 49.54 | 61.63 | 77.69 | - |
| YUV | 196.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 221 | 0.36 | 0.01 | 0 | 0.13 | 181.52 | 0.54 | 0.71 |
| Hex | 8E | DB | DD | 24 | 1 | 0 | D | B6 | 36 | 47 |
| Octal | 216 | 333 | 335 | 44 | 1 | 0 | 15 | 266 | 66 | 107 |
| Binary | 10001110 | 11011011 | 11011101 | 100100 | 1 | 0 | 1101 | 10110110 | 110110 | 1000111 |
Color Harmonies of #8EDBDD
Complementary color
Monochromatic Colors of #8EDBDD
Black with #8EDBDD
Text Example
Text Example
White with #8EDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBDD; }
p { color: rgb(142,219,221); }
H1.HeaderClassName
{
color: #8EDBDD;
}
.AnyTagClassName
{
color: #8EDBDD;
}
</style>
background-color css
<style>
a { background-color: #8EDBDD; }
a { background-color: rgb(142,219,221); }
div.DivClassName
{
background-color: #8EDBDD;
}
.BgClassName
{
background-color: #8EDBDD;
}
</style>
border-color css
<style>
span { border-color: #8EDBDD; }
span { border-color: rgb(142,219,221); }
td.TdClassName
{
border-color: #8EDBDD;
}
.TagClassName
{
border-color: #8EDBDD;
}
</style>