Shades of Morning Glory #99DADB
Tints of Morning Glory #99DADB
RGB
CMYK
RGB Variations
Color information
#99DADB (or 0x99DADB) is known color: Morning Glory. HEX triplet: 99, DA and DB. RGB value is (153,218,219). Sum of RGB (Red+Green+Blue) = 153+218+219=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 218 (85.55% from 255 or 36.95% 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 #99DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DADB is #662524. Grayscale: #C6C6C6. Windows color (decimal): -6694181 or 14408345. OLE color: 14408345.
HSL color Cylindrical-coordinate representation of color #99DADB: hue angle of 180.91º 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 #99DADB is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 218 | 219 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.14 |
| HSL | 180.91º | 0.48% | 0.73% | - |
| HSV(B) | 180.91º | 0.3% | 0.86% | - |
| XYZ | 50.99 | 62.03 | 76.3 | - |
| YUV | 198.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 219 | 0.30 | 0.00 | 0 | 0.14 | 180.91 | 0.48 | 0.73 |
| Hex | 99 | DA | DB | 1E | 0 | 0 | E | B5 | 30 | 49 |
| Octal | 231 | 332 | 333 | 36 | 0 | 0 | 16 | 265 | 60 | 111 |
| Binary | 10011001 | 11011010 | 11011011 | 11110 | 0 | 0 | 1110 | 10110101 | 110000 | 1001001 |
Color Harmonies of #99DADB
Complementary color
Monochromatic Colors of #99DADB
Black with #99DADB
Text Example
Text Example
White with #99DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DADB; }
p { color: rgb(153,218,219); }
H1.HeaderClassName
{
color: #99DADB;
}
.AnyTagClassName
{
color: #99DADB;
}
</style>
background-color css
<style>
a { background-color: #99DADB; }
a { background-color: rgb(153,218,219); }
div.DivClassName
{
background-color: #99DADB;
}
.BgClassName
{
background-color: #99DADB;
}
</style>
border-color css
<style>
span { border-color: #99DADB; }
span { border-color: rgb(153,218,219); }
td.TdClassName
{
border-color: #99DADB;
}
.TagClassName
{
border-color: #99DADB;
}
</style>