Shades of Morning Glory #99D8D4
Tints of Morning Glory #99D8D4
RGB
CMYK
RGB Variations
Color information
#99D8D4 (or 0x99D8D4) is known color: Morning Glory. HEX triplet: 99, D8 and D4. RGB value is (153,216,212). Sum of RGB (Red+Green+Blue) = 153+216+212=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8D4 is #66272B. Grayscale: #C4C4C4. Windows color (decimal): -6694700 or 13949081. OLE color: 13949081.
HSL color Cylindrical-coordinate representation of color #99D8D4: hue angle of 176.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8D4 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 212 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.15 |
| HSL | 176.19º | 0.45% | 0.72% | - |
| HSV(B) | 176.19º | 0.29% | 0.85% | - |
| XYZ | 49.58 | 60.64 | 71.38 | - |
| YUV | 196.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 212 | 0.29 | 0 | 0.02 | 0.15 | 176.19 | 0.45 | 0.72 |
| Hex | 99 | D8 | D4 | 1D | 0 | 2 | F | B0 | 2D | 48 |
| Octal | 231 | 330 | 324 | 35 | 0 | 2 | 17 | 260 | 55 | 110 |
| Binary | 10011001 | 11011000 | 11010100 | 11101 | 0 | 10 | 1111 | 10110000 | 101101 | 1001000 |
Color Harmonies of #99D8D4
Complementary color
Monochromatic Colors of #99D8D4
Black with #99D8D4
Text Example
Text Example
White with #99D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D8D4; }
p { color: rgb(153,216,212); }
H1.HeaderClassName
{
color: #99D8D4;
}
.AnyTagClassName
{
color: #99D8D4;
}
</style>
background-color css
<style>
a { background-color: #99D8D4; }
a { background-color: rgb(153,216,212); }
div.DivClassName
{
background-color: #99D8D4;
}
.BgClassName
{
background-color: #99D8D4;
}
</style>
border-color css
<style>
span { border-color: #99D8D4; }
span { border-color: rgb(153,216,212); }
td.TdClassName
{
border-color: #99D8D4;
}
.TagClassName
{
border-color: #99D8D4;
}
</style>