Shades of Morning Glory #99DADD
Tints of Morning Glory #99DADD
RGB
CMYK
RGB Variations
Color information
#99DADD (or 0x99DADD) is known color: Morning Glory. HEX triplet: 99, DA and DD. RGB value is (153,218,221). Sum of RGB (Red+Green+Blue) = 153+218+221=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #99DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DADD is #662522. Grayscale: #C6C6C6. Windows color (decimal): -6694179 or 14539417. OLE color: 14539417.
HSL color Cylindrical-coordinate representation of color #99DADD: hue angle of 182.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DADD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 218 | 221 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 182.65º | 0.5% | 0.73% | - |
| HSV(B) | 182.65º | 0.31% | 0.87% | - |
| XYZ | 51.26 | 62.14 | 77.7 | - |
| YUV | 198.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 221 | 0.31 | 0.01 | 0 | 0.13 | 182.65 | 0.5 | 0.73 |
| Hex | 99 | DA | DD | 1F | 1 | 0 | D | B7 | 32 | 49 |
| Octal | 231 | 332 | 335 | 37 | 1 | 0 | 15 | 267 | 62 | 111 |
| Binary | 10011001 | 11011010 | 11011101 | 11111 | 1 | 0 | 1101 | 10110111 | 110010 | 1001001 |
Color Harmonies of #99DADD
Complementary color
Monochromatic Colors of #99DADD
Black with #99DADD
Text Example
Text Example
White with #99DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DADD; }
p { color: rgb(153,218,221); }
H1.HeaderClassName
{
color: #99DADD;
}
.AnyTagClassName
{
color: #99DADD;
}
</style>
background-color css
<style>
a { background-color: #99DADD; }
a { background-color: rgb(153,218,221); }
div.DivClassName
{
background-color: #99DADD;
}
.BgClassName
{
background-color: #99DADD;
}
</style>
border-color css
<style>
span { border-color: #99DADD; }
span { border-color: rgb(153,218,221); }
td.TdClassName
{
border-color: #99DADD;
}
.TagClassName
{
border-color: #99DADD;
}
</style>