Shades of Morning Glory #9ED2D8
Tints of Morning Glory #9ED2D8
RGB
CMYK
RGB Variations
Color information
#9ED2D8 (or 0x9ED2D8) is known color: Morning Glory. HEX triplet: 9E, D2 and D8. RGB value is (158,210,216). Sum of RGB (Red+Green+Blue) = 158+210+216=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #9ED2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2D8 is #612D27. Grayscale: #C3C3C3. Windows color (decimal): -6368552 or 14209694. OLE color: 14209694.
HSL color Cylindrical-coordinate representation of color #9ED2D8: hue angle of 186.21º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED2D8 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 210 | 216 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.15 |
| HSL | 186.21º | 0.43% | 0.73% | - |
| HSV(B) | 186.21º | 0.27% | 0.85% | - |
| XYZ | 49.54 | 58.32 | 73.61 | - |
| YUV | 195.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 216 | 0.27 | 0.03 | 0 | 0.15 | 186.21 | 0.43 | 0.73 |
| Hex | 9E | D2 | D8 | 1B | 3 | 0 | F | BA | 2B | 49 |
| Octal | 236 | 322 | 330 | 33 | 3 | 0 | 17 | 272 | 53 | 111 |
| Binary | 10011110 | 11010010 | 11011000 | 11011 | 11 | 0 | 1111 | 10111010 | 101011 | 1001001 |
Color Harmonies of #9ED2D8
Complementary color
Monochromatic Colors of #9ED2D8
Black with #9ED2D8
Text Example
Text Example
White with #9ED2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2D8; }
p { color: rgb(158,210,216); }
H1.HeaderClassName
{
color: #9ED2D8;
}
.AnyTagClassName
{
color: #9ED2D8;
}
</style>
background-color css
<style>
a { background-color: #9ED2D8; }
a { background-color: rgb(158,210,216); }
div.DivClassName
{
background-color: #9ED2D8;
}
.BgClassName
{
background-color: #9ED2D8;
}
</style>
border-color css
<style>
span { border-color: #9ED2D8; }
span { border-color: rgb(158,210,216); }
td.TdClassName
{
border-color: #9ED2D8;
}
.TagClassName
{
border-color: #9ED2D8;
}
</style>