Shades of Morning Glory #9DD6DB
Tints of Morning Glory #9DD6DB
RGB
CMYK
RGB Variations
Color information
#9DD6DB (or 0x9DD6DB) is known color: Morning Glory. HEX triplet: 9D, D6 and DB. RGB value is (157,214,219). Sum of RGB (Red+Green+Blue) = 157+214+219=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6DB is #622924. Grayscale: #C5C5C5. Windows color (decimal): -6433061 or 14407325. OLE color: 14407325.
HSL color Cylindrical-coordinate representation of color #9DD6DB: hue angle of 184.84º 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 #9DD6DB is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 214 | 219 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.14 |
| HSL | 184.84º | 0.46% | 0.74% | - |
| HSV(B) | 184.84º | 0.28% | 0.86% | - |
| XYZ | 50.74 | 60.38 | 76 | - |
| YUV | 197.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 219 | 0.28 | 0.02 | 0 | 0.14 | 184.84 | 0.46 | 0.74 |
| Hex | 9D | D6 | DB | 1C | 2 | 0 | E | B9 | 2E | 4A |
| Octal | 235 | 326 | 333 | 34 | 2 | 0 | 16 | 271 | 56 | 112 |
| Binary | 10011101 | 11010110 | 11011011 | 11100 | 10 | 0 | 1110 | 10111001 | 101110 | 1001010 |
Color Harmonies of #9DD6DB
Complementary color
Monochromatic Colors of #9DD6DB
Black with #9DD6DB
Text Example
Text Example
White with #9DD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6DB; }
p { color: rgb(157,214,219); }
H1.HeaderClassName
{
color: #9DD6DB;
}
.AnyTagClassName
{
color: #9DD6DB;
}
</style>
background-color css
<style>
a { background-color: #9DD6DB; }
a { background-color: rgb(157,214,219); }
div.DivClassName
{
background-color: #9DD6DB;
}
.BgClassName
{
background-color: #9DD6DB;
}
</style>
border-color css
<style>
span { border-color: #9DD6DB; }
span { border-color: rgb(157,214,219); }
td.TdClassName
{
border-color: #9DD6DB;
}
.TagClassName
{
border-color: #9DD6DB;
}
</style>