Shades of Morning Glory #9DD7DD
Tints of Morning Glory #9DD7DD
RGB
CMYK
RGB Variations
Color information
#9DD7DD (or 0x9DD7DD) is known color: Morning Glory. HEX triplet: 9D, D7 and DD. RGB value is (157,215,221). Sum of RGB (Red+Green+Blue) = 157+215+221=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DD7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7DD is #622822. Grayscale: #C6C6C6. Windows color (decimal): -6432803 or 14538653. OLE color: 14538653.
HSL color Cylindrical-coordinate representation of color #9DD7DD: hue angle of 185.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD7DD is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 215 | 221 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.13 |
| HSL | 185.63º | 0.48% | 0.74% | - |
| HSV(B) | 185.63º | 0.29% | 0.87% | - |
| XYZ | 51.26 | 60.99 | 77.48 | - |
| YUV | 198.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 221 | 0.29 | 0.03 | 0 | 0.13 | 185.63 | 0.48 | 0.74 |
| Hex | 9D | D7 | DD | 1D | 3 | 0 | D | BA | 30 | 4A |
| Octal | 235 | 327 | 335 | 35 | 3 | 0 | 15 | 272 | 60 | 112 |
| Binary | 10011101 | 11010111 | 11011101 | 11101 | 11 | 0 | 1101 | 10111010 | 110000 | 1001010 |
Color Harmonies of #9DD7DD
Complementary color
Monochromatic Colors of #9DD7DD
Black with #9DD7DD
Text Example
Text Example
White with #9DD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7DD; }
p { color: rgb(157,215,221); }
H1.HeaderClassName
{
color: #9DD7DD;
}
.AnyTagClassName
{
color: #9DD7DD;
}
</style>
background-color css
<style>
a { background-color: #9DD7DD; }
a { background-color: rgb(157,215,221); }
div.DivClassName
{
background-color: #9DD7DD;
}
.BgClassName
{
background-color: #9DD7DD;
}
</style>
border-color css
<style>
span { border-color: #9DD7DD; }
span { border-color: rgb(157,215,221); }
td.TdClassName
{
border-color: #9DD7DD;
}
.TagClassName
{
border-color: #9DD7DD;
}
</style>