Shades of Morning Glory #99D2D8
Tints of Morning Glory #99D2D8
RGB
CMYK
RGB Variations
Color information
#99D2D8 (or 0x99D2D8) is known color: Morning Glory. HEX triplet: 99, D2 and D8. RGB value is (153,210,216). Sum of RGB (Red+Green+Blue) = 153+210+216=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #99D2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2D8 is #662D27. Grayscale: #C1C1C1. Windows color (decimal): -6696232 or 14209689. OLE color: 14209689.
HSL color Cylindrical-coordinate representation of color #99D2D8: hue angle of 185.71º 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 #99D2D8 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 210 | 216 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.15 |
| HSL | 185.71º | 0.45% | 0.72% | - |
| HSV(B) | 185.71º | 0.29% | 0.85% | - |
| XYZ | 48.58 | 57.82 | 73.57 | - |
| YUV | 193.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 216 | 0.29 | 0.03 | 0 | 0.15 | 185.71 | 0.45 | 0.72 |
| Hex | 99 | D2 | D8 | 1D | 3 | 0 | F | BA | 2D | 48 |
| Octal | 231 | 322 | 330 | 35 | 3 | 0 | 17 | 272 | 55 | 110 |
| Binary | 10011001 | 11010010 | 11011000 | 11101 | 11 | 0 | 1111 | 10111010 | 101101 | 1001000 |
Color Harmonies of #99D2D8
Complementary color
Monochromatic Colors of #99D2D8
Black with #99D2D8
Text Example
Text Example
White with #99D2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2D8; }
p { color: rgb(153,210,216); }
H1.HeaderClassName
{
color: #99D2D8;
}
.AnyTagClassName
{
color: #99D2D8;
}
</style>
background-color css
<style>
a { background-color: #99D2D8; }
a { background-color: rgb(153,210,216); }
div.DivClassName
{
background-color: #99D2D8;
}
.BgClassName
{
background-color: #99D2D8;
}
</style>
border-color css
<style>
span { border-color: #99D2D8; }
span { border-color: rgb(153,210,216); }
td.TdClassName
{
border-color: #99D2D8;
}
.TagClassName
{
border-color: #99D2D8;
}
</style>