Shades of Morning Glory #9DD7D4
Tints of Morning Glory #9DD7D4
RGB
CMYK
RGB Variations
Color information
#9DD7D4 (or 0x9DD7D4) is known color: Morning Glory. HEX triplet: 9D, D7 and D4. RGB value is (157,215,212). Sum of RGB (Red+Green+Blue) = 157+215+212=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7D4 is #62282B. Grayscale: #C5C5C5. Windows color (decimal): -6432812 or 13948829. OLE color: 13948829.
HSL color Cylindrical-coordinate representation of color #9DD7D4: hue angle of 176.9º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7D4 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 212 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.16 |
| HSL | 176.9º | 0.42% | 0.73% | - |
| HSV(B) | 176.9º | 0.27% | 0.84% | - |
| XYZ | 50.09 | 60.52 | 71.33 | - |
| YUV | 197.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 212 | 0.27 | 0 | 0.01 | 0.16 | 176.9 | 0.42 | 0.73 |
| Hex | 9D | D7 | D4 | 1B | 0 | 1 | 10 | B1 | 2A | 49 |
| Octal | 235 | 327 | 324 | 33 | 0 | 1 | 20 | 261 | 52 | 111 |
| Binary | 10011101 | 11010111 | 11010100 | 11011 | 0 | 1 | 10000 | 10110001 | 101010 | 1001001 |
Color Harmonies of #9DD7D4
Complementary color
Monochromatic Colors of #9DD7D4
Black with #9DD7D4
Text Example
Text Example
White with #9DD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7D4; }
p { color: rgb(157,215,212); }
H1.HeaderClassName
{
color: #9DD7D4;
}
.AnyTagClassName
{
color: #9DD7D4;
}
</style>
background-color css
<style>
a { background-color: #9DD7D4; }
a { background-color: rgb(157,215,212); }
div.DivClassName
{
background-color: #9DD7D4;
}
.BgClassName
{
background-color: #9DD7D4;
}
</style>
border-color css
<style>
span { border-color: #9DD7D4; }
span { border-color: rgb(157,215,212); }
td.TdClassName
{
border-color: #9DD7D4;
}
.TagClassName
{
border-color: #9DD7D4;
}
</style>