Shades of Morning Glory #99D5DB
Tints of Morning Glory #99D5DB
RGB
CMYK
RGB Variations
Color information
#99D5DB (or 0x99D5DB) is known color: Morning Glory. HEX triplet: 99, D5 and DB. RGB value is (153,213,219). Sum of RGB (Red+Green+Blue) = 153+213+219=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #99D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5DB is #662A24. Grayscale: #C3C3C3. Windows color (decimal): -6695461 or 14407065. OLE color: 14407065.
HSL color Cylindrical-coordinate representation of color #99D5DB: hue angle of 185.45º 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 #99D5DB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 213 | 219 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.14 |
| HSL | 185.45º | 0.48% | 0.73% | - |
| HSV(B) | 185.45º | 0.3% | 0.86% | - |
| XYZ | 49.72 | 59.48 | 75.88 | - |
| YUV | 195.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 219 | 0.30 | 0.03 | 0 | 0.14 | 185.45 | 0.48 | 0.73 |
| Hex | 99 | D5 | DB | 1E | 3 | 0 | E | B9 | 30 | 49 |
| Octal | 231 | 325 | 333 | 36 | 3 | 0 | 16 | 271 | 60 | 111 |
| Binary | 10011001 | 11010101 | 11011011 | 11110 | 11 | 0 | 1110 | 10111001 | 110000 | 1001001 |
Color Harmonies of #99D5DB
Complementary color
Monochromatic Colors of #99D5DB
Black with #99D5DB
Text Example
Text Example
White with #99D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5DB; }
p { color: rgb(153,213,219); }
H1.HeaderClassName
{
color: #99D5DB;
}
.AnyTagClassName
{
color: #99D5DB;
}
</style>
background-color css
<style>
a { background-color: #99D5DB; }
a { background-color: rgb(153,213,219); }
div.DivClassName
{
background-color: #99D5DB;
}
.BgClassName
{
background-color: #99D5DB;
}
</style>
border-color css
<style>
span { border-color: #99D5DB; }
span { border-color: rgb(153,213,219); }
td.TdClassName
{
border-color: #99D5DB;
}
.TagClassName
{
border-color: #99D5DB;
}
</style>