Shades of Morning Glory #99DEDB
Tints of Morning Glory #99DEDB
RGB
CMYK
RGB Variations
Color information
#99DEDB (or 0x99DEDB) is known color: Morning Glory. HEX triplet: 99, DE and DB. RGB value is (153,222,219). Sum of RGB (Red+Green+Blue) = 153+222+219=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEDB is #662124. Grayscale: #C8C8C8. Windows color (decimal): -6693157 or 14409369. OLE color: 14409369.
HSL color Cylindrical-coordinate representation of color #99DEDB: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEDB is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 219 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.13 |
| HSL | 177.39º | 0.51% | 0.74% | - |
| HSV(B) | 177.39º | 0.31% | 0.87% | - |
| XYZ | 52.04 | 64.13 | 76.65 | - |
| YUV | 201.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 219 | 0.31 | 0 | 0.01 | 0.13 | 177.39 | 0.51 | 0.74 |
| Hex | 99 | DE | DB | 1F | 0 | 1 | D | B1 | 33 | 4A |
| Octal | 231 | 336 | 333 | 37 | 0 | 1 | 15 | 261 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11011011 | 11111 | 0 | 1 | 1101 | 10110001 | 110011 | 1001010 |
Color Harmonies of #99DEDB
Complementary color
Monochromatic Colors of #99DEDB
Black with #99DEDB
Text Example
Text Example
White with #99DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEDB; }
p { color: rgb(153,222,219); }
H1.HeaderClassName
{
color: #99DEDB;
}
.AnyTagClassName
{
color: #99DEDB;
}
</style>
background-color css
<style>
a { background-color: #99DEDB; }
a { background-color: rgb(153,222,219); }
div.DivClassName
{
background-color: #99DEDB;
}
.BgClassName
{
background-color: #99DEDB;
}
</style>
border-color css
<style>
span { border-color: #99DEDB; }
span { border-color: rgb(153,222,219); }
td.TdClassName
{
border-color: #99DEDB;
}
.TagClassName
{
border-color: #99DEDB;
}
</style>