Shades of Morning Glory #9EDCDC
Tints of Morning Glory #9EDCDC
RGB
CMYK
RGB Variations
Color information
#9EDCDC (or 0x9EDCDC) is known color: Morning Glory. HEX triplet: 9E, DC and DC. RGB value is (158,220,220). Sum of RGB (Red+Green+Blue) = 158+220+220=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9EDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDC is #612323. Grayscale: #C9C9C9. Windows color (decimal): -6365988 or 14474398. OLE color: 14474398.
HSL color Cylindrical-coordinate representation of color #9EDCDC: hue angle of 180º degrees, saturation: 0.47, 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 #9EDCDC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 220 | - |
| CMYK | 0.28 | 0 | 0 | 0.14 |
| HSL | 180º | 0.47% | 0.74% | - |
| HSV(B) | 180º | 0.28% | 0.86% | - |
| XYZ | 52.61 | 63.62 | 77.22 | - |
| YUV | 201.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 220 | 0.28 | 0 | 0 | 0.14 | 180 | 0.47 | 0.74 |
| Hex | 9E | DC | DC | 1C | 0 | 0 | E | B4 | 2F | 4A |
| Octal | 236 | 334 | 334 | 34 | 0 | 0 | 16 | 264 | 57 | 112 |
| Binary | 10011110 | 11011100 | 11011100 | 11100 | 0 | 0 | 1110 | 10110100 | 101111 | 1001010 |
Color Harmonies of #9EDCDC
Complementary color
Monochromatic Colors of #9EDCDC
Black with #9EDCDC
Text Example
Text Example
White with #9EDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDCDC; }
p { color: rgb(158,220,220); }
H1.HeaderClassName
{
color: #9EDCDC;
}
.AnyTagClassName
{
color: #9EDCDC;
}
</style>
background-color css
<style>
a { background-color: #9EDCDC; }
a { background-color: rgb(158,220,220); }
div.DivClassName
{
background-color: #9EDCDC;
}
.BgClassName
{
background-color: #9EDCDC;
}
</style>
border-color css
<style>
span { border-color: #9EDCDC; }
span { border-color: rgb(158,220,220); }
td.TdClassName
{
border-color: #9EDCDC;
}
.TagClassName
{
border-color: #9EDCDC;
}
</style>