Shades of Morning Glory #9DE0DD
Tints of Morning Glory #9DE0DD
RGB
CMYK
RGB Variations
Color information
#9DE0DD (or 0x9DE0DD) is known color: Morning Glory. HEX triplet: 9D, E0 and DD. RGB value is (157,224,221). Sum of RGB (Red+Green+Blue) = 157+224+221=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0DD is #621F22. Grayscale: #CBCBCB. Windows color (decimal): -6430499 or 14540957. OLE color: 14540957.
HSL color Cylindrical-coordinate representation of color #9DE0DD: hue angle of 177.31º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0DD is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 221 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.12 |
| HSL | 177.31º | 0.52% | 0.75% | - |
| HSV(B) | 177.31º | 0.3% | 0.88% | - |
| XYZ | 53.61 | 65.7 | 78.26 | - |
| YUV | 203.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 221 | 0.30 | 0 | 0.01 | 0.12 | 177.31 | 0.52 | 0.75 |
| Hex | 9D | E0 | DD | 1E | 0 | 1 | C | B1 | 34 | 4B |
| Octal | 235 | 340 | 335 | 36 | 0 | 1 | 14 | 261 | 64 | 113 |
| Binary | 10011101 | 11100000 | 11011101 | 11110 | 0 | 1 | 1100 | 10110001 | 110100 | 1001011 |
Color Harmonies of #9DE0DD
Complementary color
Monochromatic Colors of #9DE0DD
Black with #9DE0DD
Text Example
Text Example
White with #9DE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0DD; }
p { color: rgb(157,224,221); }
H1.HeaderClassName
{
color: #9DE0DD;
}
.AnyTagClassName
{
color: #9DE0DD;
}
</style>
background-color css
<style>
a { background-color: #9DE0DD; }
a { background-color: rgb(157,224,221); }
div.DivClassName
{
background-color: #9DE0DD;
}
.BgClassName
{
background-color: #9DE0DD;
}
</style>
border-color css
<style>
span { border-color: #9DE0DD; }
span { border-color: rgb(157,224,221); }
td.TdClassName
{
border-color: #9DE0DD;
}
.TagClassName
{
border-color: #9DE0DD;
}
</style>