Shades of Morning Glory #9ED7DB
Tints of Morning Glory #9ED7DB
RGB
CMYK
RGB Variations
Color information
#9ED7DB (or 0x9ED7DB) is known color: Morning Glory. HEX triplet: 9E, D7 and DB. RGB value is (158,215,219). Sum of RGB (Red+Green+Blue) = 158+215+219=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ED7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7DB is #612824. Grayscale: #C6C6C6. Windows color (decimal): -6367269 or 14407582. OLE color: 14407582.
HSL color Cylindrical-coordinate representation of color #9ED7DB: hue angle of 183.93º 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 #9ED7DB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 215 | 219 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.14 |
| HSL | 183.93º | 0.46% | 0.74% | - |
| HSV(B) | 183.93º | 0.28% | 0.86% | - |
| XYZ | 51.19 | 60.98 | 76.09 | - |
| YUV | 198.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 219 | 0.28 | 0.02 | 0 | 0.14 | 183.93 | 0.46 | 0.74 |
| Hex | 9E | D7 | DB | 1C | 2 | 0 | E | B8 | 2E | 4A |
| Octal | 236 | 327 | 333 | 34 | 2 | 0 | 16 | 270 | 56 | 112 |
| Binary | 10011110 | 11010111 | 11011011 | 11100 | 10 | 0 | 1110 | 10111000 | 101110 | 1001010 |
Color Harmonies of #9ED7DB
Complementary color
Monochromatic Colors of #9ED7DB
Black with #9ED7DB
Text Example
Text Example
White with #9ED7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7DB; }
p { color: rgb(158,215,219); }
H1.HeaderClassName
{
color: #9ED7DB;
}
.AnyTagClassName
{
color: #9ED7DB;
}
</style>
background-color css
<style>
a { background-color: #9ED7DB; }
a { background-color: rgb(158,215,219); }
div.DivClassName
{
background-color: #9ED7DB;
}
.BgClassName
{
background-color: #9ED7DB;
}
</style>
border-color css
<style>
span { border-color: #9ED7DB; }
span { border-color: rgb(158,215,219); }
td.TdClassName
{
border-color: #9ED7DB;
}
.TagClassName
{
border-color: #9ED7DB;
}
</style>