Shades of Morning Glory #99DBDB
Tints of Morning Glory #99DBDB
RGB
CMYK
RGB Variations
Color information
#99DBDB (or 0x99DBDB) is known color: Morning Glory. HEX triplet: 99, DB and DB. RGB value is (153,219,219). Sum of RGB (Red+Green+Blue) = 153+219+219=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #99DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBDB is #662424. Grayscale: #C7C7C7. Windows color (decimal): -6693925 or 14408601. OLE color: 14408601.
HSL color Cylindrical-coordinate representation of color #99DBDB: hue angle of 180º 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 #99DBDB is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 219 | - |
| CMYK | 0.30 | 0 | 0 | 0.14 |
| HSL | 180º | 0.48% | 0.73% | - |
| HSV(B) | 180º | 0.3% | 0.86% | - |
| XYZ | 51.25 | 62.55 | 76.39 | - |
| YUV | 199.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 219 | 0.30 | 0 | 0 | 0.14 | 180 | 0.48 | 0.73 |
| Hex | 99 | DB | DB | 1E | 0 | 0 | E | B4 | 30 | 49 |
| Octal | 231 | 333 | 333 | 36 | 0 | 0 | 16 | 264 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11011011 | 11110 | 0 | 0 | 1110 | 10110100 | 110000 | 1001001 |
Color Harmonies of #99DBDB
Complementary color
Monochromatic Colors of #99DBDB
Black with #99DBDB
Text Example
Text Example
White with #99DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBDB; }
p { color: rgb(153,219,219); }
H1.HeaderClassName
{
color: #99DBDB;
}
.AnyTagClassName
{
color: #99DBDB;
}
</style>
background-color css
<style>
a { background-color: #99DBDB; }
a { background-color: rgb(153,219,219); }
div.DivClassName
{
background-color: #99DBDB;
}
.BgClassName
{
background-color: #99DBDB;
}
</style>
border-color css
<style>
span { border-color: #99DBDB; }
span { border-color: rgb(153,219,219); }
td.TdClassName
{
border-color: #99DBDB;
}
.TagClassName
{
border-color: #99DBDB;
}
</style>