Shades of Morning Glory #9ED8DA
Tints of Morning Glory #9ED8DA
RGB
CMYK
RGB Variations
Color information
#9ED8DA (or 0x9ED8DA) is known color: Morning Glory. HEX triplet: 9E, D8 and DA. RGB value is (158,216,218). Sum of RGB (Red+Green+Blue) = 158+216+218=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ED8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8DA is #612725. Grayscale: #C6C6C6. Windows color (decimal): -6367014 or 14342302. OLE color: 14342302.
HSL color Cylindrical-coordinate representation of color #9ED8DA: hue angle of 182º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ED8DA is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 218 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.15 |
| HSL | 182º | 0.45% | 0.74% | - |
| HSV(B) | 182º | 0.28% | 0.85% | - |
| XYZ | 51.31 | 61.44 | 75.48 | - |
| YUV | 198.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 218 | 0.28 | 0.01 | 0 | 0.15 | 182 | 0.45 | 0.74 |
| Hex | 9E | D8 | DA | 1C | 1 | 0 | F | B6 | 2D | 4A |
| Octal | 236 | 330 | 332 | 34 | 1 | 0 | 17 | 266 | 55 | 112 |
| Binary | 10011110 | 11011000 | 11011010 | 11100 | 1 | 0 | 1111 | 10110110 | 101101 | 1001010 |
Color Harmonies of #9ED8DA
Complementary color
Monochromatic Colors of #9ED8DA
Black with #9ED8DA
Text Example
Text Example
White with #9ED8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8DA; }
p { color: rgb(158,216,218); }
H1.HeaderClassName
{
color: #9ED8DA;
}
.AnyTagClassName
{
color: #9ED8DA;
}
</style>
background-color css
<style>
a { background-color: #9ED8DA; }
a { background-color: rgb(158,216,218); }
div.DivClassName
{
background-color: #9ED8DA;
}
.BgClassName
{
background-color: #9ED8DA;
}
</style>
border-color css
<style>
span { border-color: #9ED8DA; }
span { border-color: rgb(158,216,218); }
td.TdClassName
{
border-color: #9ED8DA;
}
.TagClassName
{
border-color: #9ED8DA;
}
</style>