Shades of Morning Glory #99DADA
Tints of Morning Glory #99DADA
RGB
CMYK
RGB Variations
Color information
#99DADA (or 0x99DADA) is known color: Morning Glory. HEX triplet: 99, DA and DA. RGB value is (153,218,218). Sum of RGB (Red+Green+Blue) = 153+218+218=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #99DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DADA is #662525. Grayscale: #C6C6C6. Windows color (decimal): -6694182 or 14342809. OLE color: 14342809.
HSL color Cylindrical-coordinate representation of color #99DADA: hue angle of 180º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DADA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 218 | - |
| CMYK | 0.30 | 0 | 0 | 0.15 |
| HSL | 180º | 0.47% | 0.73% | - |
| HSV(B) | 180º | 0.3% | 0.85% | - |
| XYZ | 50.86 | 61.98 | 75.61 | - |
| YUV | 198.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 218 | 0.30 | 0 | 0 | 0.15 | 180 | 0.47 | 0.73 |
| Hex | 99 | DA | DA | 1E | 0 | 0 | F | B4 | 2F | 49 |
| Octal | 231 | 332 | 332 | 36 | 0 | 0 | 17 | 264 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11011010 | 11110 | 0 | 0 | 1111 | 10110100 | 101111 | 1001001 |
Color Harmonies of #99DADA
Complementary color
Monochromatic Colors of #99DADA
Black with #99DADA
Text Example
Text Example
White with #99DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DADA; }
p { color: rgb(153,218,218); }
H1.HeaderClassName
{
color: #99DADA;
}
.AnyTagClassName
{
color: #99DADA;
}
</style>
background-color css
<style>
a { background-color: #99DADA; }
a { background-color: rgb(153,218,218); }
div.DivClassName
{
background-color: #99DADA;
}
.BgClassName
{
background-color: #99DADA;
}
</style>
border-color css
<style>
span { border-color: #99DADA; }
span { border-color: rgb(153,218,218); }
td.TdClassName
{
border-color: #99DADA;
}
.TagClassName
{
border-color: #99DADA;
}
</style>