Shades of Morning Glory #9ED4DA
Tints of Morning Glory #9ED4DA
RGB
CMYK
RGB Variations
Color information
#9ED4DA (or 0x9ED4DA) is known color: Morning Glory. HEX triplet: 9E, D4 and DA. RGB value is (158,212,218). Sum of RGB (Red+Green+Blue) = 158+212+218=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ED4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED4DA is #612B25. Grayscale: #C4C4C4. Windows color (decimal): -6368038 or 14341278. OLE color: 14341278.
HSL color Cylindrical-coordinate representation of color #9ED4DA: hue angle of 186º 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 #9ED4DA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 212 | 218 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.15 |
| HSL | 186º | 0.45% | 0.74% | - |
| HSV(B) | 186º | 0.28% | 0.85% | - |
| XYZ | 50.3 | 59.42 | 75.15 | - |
| YUV | 196.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 218 | 0.28 | 0.03 | 0 | 0.15 | 186 | 0.45 | 0.74 |
| Hex | 9E | D4 | DA | 1C | 3 | 0 | F | BA | 2D | 4A |
| Octal | 236 | 324 | 332 | 34 | 3 | 0 | 17 | 272 | 55 | 112 |
| Binary | 10011110 | 11010100 | 11011010 | 11100 | 11 | 0 | 1111 | 10111010 | 101101 | 1001010 |
Color Harmonies of #9ED4DA
Complementary color
Monochromatic Colors of #9ED4DA
Black with #9ED4DA
Text Example
Text Example
White with #9ED4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED4DA; }
p { color: rgb(158,212,218); }
H1.HeaderClassName
{
color: #9ED4DA;
}
.AnyTagClassName
{
color: #9ED4DA;
}
</style>
background-color css
<style>
a { background-color: #9ED4DA; }
a { background-color: rgb(158,212,218); }
div.DivClassName
{
background-color: #9ED4DA;
}
.BgClassName
{
background-color: #9ED4DA;
}
</style>
border-color css
<style>
span { border-color: #9ED4DA; }
span { border-color: rgb(158,212,218); }
td.TdClassName
{
border-color: #9ED4DA;
}
.TagClassName
{
border-color: #9ED4DA;
}
</style>