Shades of Morning Glory #99DCDB
Tints of Morning Glory #99DCDB
RGB
CMYK
RGB Variations
Color information
#99DCDB (or 0x99DCDB) is known color: Morning Glory. HEX triplet: 99, DC and DB. RGB value is (153,220,219). Sum of RGB (Red+Green+Blue) = 153+220+219=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCDB is #662324. Grayscale: #C7C7C7. Windows color (decimal): -6693669 or 14408857. OLE color: 14408857.
HSL color Cylindrical-coordinate representation of color #99DCDB: hue angle of 179.1º degrees, saturation: 0.49, 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 #99DCDB is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 219 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.14 |
| HSL | 179.1º | 0.49% | 0.73% | - |
| HSV(B) | 179.1º | 0.3% | 0.86% | - |
| XYZ | 51.52 | 63.07 | 76.48 | - |
| YUV | 199.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 219 | 0.30 | 0 | 0.00 | 0.14 | 179.1 | 0.49 | 0.73 |
| Hex | 99 | DC | DB | 1E | 0 | 0 | E | B3 | 31 | 49 |
| Octal | 231 | 334 | 333 | 36 | 0 | 0 | 16 | 263 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11011011 | 11110 | 0 | 0 | 1110 | 10110011 | 110001 | 1001001 |
Color Harmonies of #99DCDB
Complementary color
Monochromatic Colors of #99DCDB
Black with #99DCDB
Text Example
Text Example
White with #99DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCDB; }
p { color: rgb(153,220,219); }
H1.HeaderClassName
{
color: #99DCDB;
}
.AnyTagClassName
{
color: #99DCDB;
}
</style>
background-color css
<style>
a { background-color: #99DCDB; }
a { background-color: rgb(153,220,219); }
div.DivClassName
{
background-color: #99DCDB;
}
.BgClassName
{
background-color: #99DCDB;
}
</style>
border-color css
<style>
span { border-color: #99DCDB; }
span { border-color: rgb(153,220,219); }
td.TdClassName
{
border-color: #99DCDB;
}
.TagClassName
{
border-color: #99DCDB;
}
</style>