Shades of Morning Glory #9DDDDA
Tints of Morning Glory #9DDDDA
RGB
CMYK
RGB Variations
Color information
#9DDDDA (or 0x9DDDDA) is known color: Morning Glory. HEX triplet: 9D, DD and DA. RGB value is (157,221,218). Sum of RGB (Red+Green+Blue) = 157+221+218=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDDA is #622225. Grayscale: #C9C9C9. Windows color (decimal): -6431270 or 14343581. OLE color: 14343581.
HSL color Cylindrical-coordinate representation of color #9DDDDA: hue angle of 177.19º 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 #9DDDDA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 218 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.13 |
| HSL | 177.19º | 0.48% | 0.74% | - |
| HSV(B) | 177.19º | 0.29% | 0.87% | - |
| XYZ | 52.42 | 63.94 | 75.91 | - |
| YUV | 201.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 218 | 0.29 | 0 | 0.01 | 0.13 | 177.19 | 0.48 | 0.74 |
| Hex | 9D | DD | DA | 1D | 0 | 1 | D | B1 | 30 | 4A |
| Octal | 235 | 335 | 332 | 35 | 0 | 1 | 15 | 261 | 60 | 112 |
| Binary | 10011101 | 11011101 | 11011010 | 11101 | 0 | 1 | 1101 | 10110001 | 110000 | 1001010 |
Color Harmonies of #9DDDDA
Complementary color
Monochromatic Colors of #9DDDDA
Black with #9DDDDA
Text Example
Text Example
White with #9DDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDDA; }
p { color: rgb(157,221,218); }
H1.HeaderClassName
{
color: #9DDDDA;
}
.AnyTagClassName
{
color: #9DDDDA;
}
</style>
background-color css
<style>
a { background-color: #9DDDDA; }
a { background-color: rgb(157,221,218); }
div.DivClassName
{
background-color: #9DDDDA;
}
.BgClassName
{
background-color: #9DDDDA;
}
</style>
border-color css
<style>
span { border-color: #9DDDDA; }
span { border-color: rgb(157,221,218); }
td.TdClassName
{
border-color: #9DDDDA;
}
.TagClassName
{
border-color: #9DDDDA;
}
</style>