Shades of Morning Glory #99DBD7
Tints of Morning Glory #99DBD7
RGB
CMYK
RGB Variations
Color information
#99DBD7 (or 0x99DBD7) is known color: Morning Glory. HEX triplet: 99, DB and D7. RGB value is (153,219,215). Sum of RGB (Red+Green+Blue) = 153+219+215=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBD7 is #662428. Grayscale: #C6C6C6. Windows color (decimal): -6693929 or 14146457. OLE color: 14146457.
HSL color Cylindrical-coordinate representation of color #99DBD7: hue angle of 176.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBD7 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 215 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.14 |
| HSL | 176.36º | 0.48% | 0.73% | - |
| HSV(B) | 176.36º | 0.3% | 0.86% | - |
| XYZ | 50.73 | 62.34 | 73.65 | - |
| YUV | 198.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 215 | 0.30 | 0 | 0.02 | 0.14 | 176.36 | 0.48 | 0.73 |
| Hex | 99 | DB | D7 | 1E | 0 | 2 | E | B0 | 30 | 49 |
| Octal | 231 | 333 | 327 | 36 | 0 | 2 | 16 | 260 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11010111 | 11110 | 0 | 10 | 1110 | 10110000 | 110000 | 1001001 |
Color Harmonies of #99DBD7
Complementary color
Monochromatic Colors of #99DBD7
Black with #99DBD7
Text Example
Text Example
White with #99DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBD7; }
p { color: rgb(153,219,215); }
H1.HeaderClassName
{
color: #99DBD7;
}
.AnyTagClassName
{
color: #99DBD7;
}
</style>
background-color css
<style>
a { background-color: #99DBD7; }
a { background-color: rgb(153,219,215); }
div.DivClassName
{
background-color: #99DBD7;
}
.BgClassName
{
background-color: #99DBD7;
}
</style>
border-color css
<style>
span { border-color: #99DBD7; }
span { border-color: rgb(153,219,215); }
td.TdClassName
{
border-color: #99DBD7;
}
.TagClassName
{
border-color: #99DBD7;
}
</style>