Shades of Morning Glory #9ED9DB
Tints of Morning Glory #9ED9DB
RGB
CMYK
RGB Variations
Color information
#9ED9DB (or 0x9ED9DB) is known color: Morning Glory. HEX triplet: 9E, D9 and DB. RGB value is (158,217,219). Sum of RGB (Red+Green+Blue) = 158+217+219=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ED9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9DB is #612624. Grayscale: #C7C7C7. Windows color (decimal): -6366757 or 14408094. OLE color: 14408094.
HSL color Cylindrical-coordinate representation of color #9ED9DB: hue angle of 181.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ED9DB is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 217 | 219 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.14 |
| HSL | 181.97º | 0.46% | 0.74% | - |
| HSV(B) | 181.97º | 0.28% | 0.86% | - |
| XYZ | 51.7 | 62.01 | 76.26 | - |
| YUV | 199.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 219 | 0.28 | 0.01 | 0 | 0.14 | 181.97 | 0.46 | 0.74 |
| Hex | 9E | D9 | DB | 1C | 1 | 0 | E | B6 | 2E | 4A |
| Octal | 236 | 331 | 333 | 34 | 1 | 0 | 16 | 266 | 56 | 112 |
| Binary | 10011110 | 11011001 | 11011011 | 11100 | 1 | 0 | 1110 | 10110110 | 101110 | 1001010 |
Color Harmonies of #9ED9DB
Complementary color
Monochromatic Colors of #9ED9DB
Black with #9ED9DB
Text Example
Text Example
White with #9ED9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9DB; }
p { color: rgb(158,217,219); }
H1.HeaderClassName
{
color: #9ED9DB;
}
.AnyTagClassName
{
color: #9ED9DB;
}
</style>
background-color css
<style>
a { background-color: #9ED9DB; }
a { background-color: rgb(158,217,219); }
div.DivClassName
{
background-color: #9ED9DB;
}
.BgClassName
{
background-color: #9ED9DB;
}
</style>
border-color css
<style>
span { border-color: #9ED9DB; }
span { border-color: rgb(158,217,219); }
td.TdClassName
{
border-color: #9ED9DB;
}
.TagClassName
{
border-color: #9ED9DB;
}
</style>