Shades of Morning Glory #9DD5DB
Tints of Morning Glory #9DD5DB
RGB
CMYK
RGB Variations
Color information
#9DD5DB (or 0x9DD5DB) is known color: Morning Glory. HEX triplet: 9D, D5 and DB. RGB value is (157,213,219). Sum of RGB (Red+Green+Blue) = 157+213+219=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD5DB is #622A24. Grayscale: #C4C4C4. Windows color (decimal): -6433317 or 14407069. OLE color: 14407069.
HSL color Cylindrical-coordinate representation of color #9DD5DB: hue angle of 185.81º degrees, saturation: 0.46, 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 #9DD5DB is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 213 | 219 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.14 |
| HSL | 185.81º | 0.46% | 0.74% | - |
| HSV(B) | 185.81º | 0.28% | 0.86% | - |
| XYZ | 50.49 | 59.87 | 75.91 | - |
| YUV | 196.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 219 | 0.28 | 0.03 | 0 | 0.14 | 185.81 | 0.46 | 0.74 |
| Hex | 9D | D5 | DB | 1C | 3 | 0 | E | BA | 2E | 4A |
| Octal | 235 | 325 | 333 | 34 | 3 | 0 | 16 | 272 | 56 | 112 |
| Binary | 10011101 | 11010101 | 11011011 | 11100 | 11 | 0 | 1110 | 10111010 | 101110 | 1001010 |
Color Harmonies of #9DD5DB
Complementary color
Monochromatic Colors of #9DD5DB
Black with #9DD5DB
Text Example
Text Example
White with #9DD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5DB; }
p { color: rgb(157,213,219); }
H1.HeaderClassName
{
color: #9DD5DB;
}
.AnyTagClassName
{
color: #9DD5DB;
}
</style>
background-color css
<style>
a { background-color: #9DD5DB; }
a { background-color: rgb(157,213,219); }
div.DivClassName
{
background-color: #9DD5DB;
}
.BgClassName
{
background-color: #9DD5DB;
}
</style>
border-color css
<style>
span { border-color: #9DD5DB; }
span { border-color: rgb(157,213,219); }
td.TdClassName
{
border-color: #9DD5DB;
}
.TagClassName
{
border-color: #9DD5DB;
}
</style>