Shades of Morning Glory #99DDDC
Tints of Morning Glory #99DDDC
RGB
CMYK
RGB Variations
Color information
#99DDDC (or 0x99DDDC) is known color: Morning Glory. HEX triplet: 99, DD and DC. RGB value is (153,221,220). Sum of RGB (Red+Green+Blue) = 153+221+220=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDDC is #662223. Grayscale: #C8C8C8. Windows color (decimal): -6693412 or 14474649. OLE color: 14474649.
HSL color Cylindrical-coordinate representation of color #99DDDC: hue angle of 179.12º 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 #99DDDC is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 220 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.13 |
| HSL | 179.12º | 0.5% | 0.73% | - |
| HSV(B) | 179.12º | 0.31% | 0.87% | - |
| XYZ | 51.91 | 63.65 | 77.26 | - |
| YUV | 200.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 220 | 0.31 | 0 | 0.00 | 0.13 | 179.12 | 0.5 | 0.73 |
| Hex | 99 | DD | DC | 1F | 0 | 0 | D | B3 | 32 | 49 |
| Octal | 231 | 335 | 334 | 37 | 0 | 0 | 15 | 263 | 62 | 111 |
| Binary | 10011001 | 11011101 | 11011100 | 11111 | 0 | 0 | 1101 | 10110011 | 110010 | 1001001 |
Color Harmonies of #99DDDC
Complementary color
Monochromatic Colors of #99DDDC
Black with #99DDDC
Text Example
Text Example
White with #99DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDDC; }
p { color: rgb(153,221,220); }
H1.HeaderClassName
{
color: #99DDDC;
}
.AnyTagClassName
{
color: #99DDDC;
}
</style>
background-color css
<style>
a { background-color: #99DDDC; }
a { background-color: rgb(153,221,220); }
div.DivClassName
{
background-color: #99DDDC;
}
.BgClassName
{
background-color: #99DDDC;
}
</style>
border-color css
<style>
span { border-color: #99DDDC; }
span { border-color: rgb(153,221,220); }
td.TdClassName
{
border-color: #99DDDC;
}
.TagClassName
{
border-color: #99DDDC;
}
</style>