Shades of Morning Glory #9ED8DB
Tints of Morning Glory #9ED8DB
RGB
CMYK
RGB Variations
Color information
#9ED8DB (or 0x9ED8DB) is known color: Morning Glory. HEX triplet: 9E, D8 and DB. RGB value is (158,216,219). Sum of RGB (Red+Green+Blue) = 158+216+219=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ED8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8DB is #612724. Grayscale: #C6C6C6. Windows color (decimal): -6367013 or 14407838. OLE color: 14407838.
HSL color Cylindrical-coordinate representation of color #9ED8DB: hue angle of 182.95º 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 #9ED8DB is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 216 | 219 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.14 |
| HSL | 182.95º | 0.46% | 0.74% | - |
| HSV(B) | 182.95º | 0.28% | 0.86% | - |
| XYZ | 51.44 | 61.5 | 76.18 | - |
| YUV | 199 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 219 | 0.28 | 0.01 | 0 | 0.14 | 182.95 | 0.46 | 0.74 |
| Hex | 9E | D8 | DB | 1C | 1 | 0 | E | B7 | 2E | 4A |
| Octal | 236 | 330 | 333 | 34 | 1 | 0 | 16 | 267 | 56 | 112 |
| Binary | 10011110 | 11011000 | 11011011 | 11100 | 1 | 0 | 1110 | 10110111 | 101110 | 1001010 |
Color Harmonies of #9ED8DB
Complementary color
Monochromatic Colors of #9ED8DB
Black with #9ED8DB
Text Example
Text Example
White with #9ED8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8DB; }
p { color: rgb(158,216,219); }
H1.HeaderClassName
{
color: #9ED8DB;
}
.AnyTagClassName
{
color: #9ED8DB;
}
</style>
background-color css
<style>
a { background-color: #9ED8DB; }
a { background-color: rgb(158,216,219); }
div.DivClassName
{
background-color: #9ED8DB;
}
.BgClassName
{
background-color: #9ED8DB;
}
</style>
border-color css
<style>
span { border-color: #9ED8DB; }
span { border-color: rgb(158,216,219); }
td.TdClassName
{
border-color: #9ED8DB;
}
.TagClassName
{
border-color: #9ED8DB;
}
</style>