Shades of Morning Glory #99DCD9
Tints of Morning Glory #99DCD9
RGB
CMYK
RGB Variations
Color information
#99DCD9 (or 0x99DCD9) is known color: Morning Glory. HEX triplet: 99, DC and D9. RGB value is (153,220,217). Sum of RGB (Red+Green+Blue) = 153+220+217=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCD9 is #662326. Grayscale: #C7C7C7. Windows color (decimal): -6693671 or 14277785. OLE color: 14277785.
HSL color Cylindrical-coordinate representation of color #99DCD9: hue angle of 177.31º 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 #99DCD9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 217 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.14 |
| HSL | 177.31º | 0.49% | 0.73% | - |
| HSV(B) | 177.31º | 0.3% | 0.86% | - |
| XYZ | 51.25 | 62.97 | 75.1 | - |
| YUV | 199.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 217 | 0.30 | 0 | 0.01 | 0.14 | 177.31 | 0.49 | 0.73 |
| Hex | 99 | DC | D9 | 1E | 0 | 1 | E | B1 | 31 | 49 |
| Octal | 231 | 334 | 331 | 36 | 0 | 1 | 16 | 261 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11011001 | 11110 | 0 | 1 | 1110 | 10110001 | 110001 | 1001001 |
Color Harmonies of #99DCD9
Complementary color
Monochromatic Colors of #99DCD9
Black with #99DCD9
Text Example
Text Example
White with #99DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCD9; }
p { color: rgb(153,220,217); }
H1.HeaderClassName
{
color: #99DCD9;
}
.AnyTagClassName
{
color: #99DCD9;
}
</style>
background-color css
<style>
a { background-color: #99DCD9; }
a { background-color: rgb(153,220,217); }
div.DivClassName
{
background-color: #99DCD9;
}
.BgClassName
{
background-color: #99DCD9;
}
</style>
border-color css
<style>
span { border-color: #99DCD9; }
span { border-color: rgb(153,220,217); }
td.TdClassName
{
border-color: #99DCD9;
}
.TagClassName
{
border-color: #99DCD9;
}
</style>