Shades of Morning Glory #8EDDDD
Tints of Morning Glory #8EDDDD
RGB
CMYK
RGB Variations
Color information
#8EDDDD (or 0x8EDDDD) is known color: Morning Glory. HEX triplet: 8E, DD and DD. RGB value is (142,221,221). Sum of RGB (Red+Green+Blue) = 142+221+221=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8EDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDDD is #712222. Grayscale: #C5C5C5. Windows color (decimal): -7414307 or 14540174. OLE color: 14540174.
HSL color Cylindrical-coordinate representation of color #8EDDDD: hue angle of 180º 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 #8EDDDD is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 221 | - |
| CMYK | 0.36 | 0 | 0 | 0.13 |
| HSL | 180º | 0.54% | 0.71% | - |
| HSV(B) | 180º | 0.36% | 0.87% | - |
| XYZ | 50.06 | 62.68 | 77.87 | - |
| YUV | 197.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 221 | 0.36 | 0 | 0 | 0.13 | 180 | 0.54 | 0.71 |
| Hex | 8E | DD | DD | 24 | 0 | 0 | D | B4 | 36 | 47 |
| Octal | 216 | 335 | 335 | 44 | 0 | 0 | 15 | 264 | 66 | 107 |
| Binary | 10001110 | 11011101 | 11011101 | 100100 | 0 | 0 | 1101 | 10110100 | 110110 | 1000111 |
Color Harmonies of #8EDDDD
Complementary color
Monochromatic Colors of #8EDDDD
Black with #8EDDDD
Text Example
Text Example
White with #8EDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDDD; }
p { color: rgb(142,221,221); }
H1.HeaderClassName
{
color: #8EDDDD;
}
.AnyTagClassName
{
color: #8EDDDD;
}
</style>
background-color css
<style>
a { background-color: #8EDDDD; }
a { background-color: rgb(142,221,221); }
div.DivClassName
{
background-color: #8EDDDD;
}
.BgClassName
{
background-color: #8EDDDD;
}
</style>
border-color css
<style>
span { border-color: #8EDDDD; }
span { border-color: rgb(142,221,221); }
td.TdClassName
{
border-color: #8EDDDD;
}
.TagClassName
{
border-color: #8EDDDD;
}
</style>