Shades of Morning Glory #99D8D3
Tints of Morning Glory #99D8D3
RGB
CMYK
RGB Variations
Color information
#99D8D3 (or 0x99D8D3) is known color: Morning Glory. HEX triplet: 99, D8 and D3. RGB value is (153,216,211). Sum of RGB (Red+Green+Blue) = 153+216+211=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8D3 is #66272C. Grayscale: #C4C4C4. Windows color (decimal): -6694701 or 13883545. OLE color: 13883545.
HSL color Cylindrical-coordinate representation of color #99D8D3: hue angle of 175.24º 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 #99D8D3 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 211 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.15 |
| HSL | 175.24º | 0.45% | 0.72% | - |
| HSV(B) | 175.24º | 0.29% | 0.85% | - |
| XYZ | 49.45 | 60.59 | 70.72 | - |
| YUV | 196.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 211 | 0.29 | 0 | 0.02 | 0.15 | 175.24 | 0.45 | 0.72 |
| Hex | 99 | D8 | D3 | 1D | 0 | 2 | F | AF | 2D | 48 |
| Octal | 231 | 330 | 323 | 35 | 0 | 2 | 17 | 257 | 55 | 110 |
| Binary | 10011001 | 11011000 | 11010011 | 11101 | 0 | 10 | 1111 | 10101111 | 101101 | 1001000 |
Color Harmonies of #99D8D3
Complementary color
Monochromatic Colors of #99D8D3
Black with #99D8D3
Text Example
Text Example
White with #99D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D8D3; }
p { color: rgb(153,216,211); }
H1.HeaderClassName
{
color: #99D8D3;
}
.AnyTagClassName
{
color: #99D8D3;
}
</style>
background-color css
<style>
a { background-color: #99D8D3; }
a { background-color: rgb(153,216,211); }
div.DivClassName
{
background-color: #99D8D3;
}
.BgClassName
{
background-color: #99D8D3;
}
</style>
border-color css
<style>
span { border-color: #99D8D3; }
span { border-color: rgb(153,216,211); }
td.TdClassName
{
border-color: #99D8D3;
}
.TagClassName
{
border-color: #99D8D3;
}
</style>