Shades of Morning Glory #99D2D7
Tints of Morning Glory #99D2D7
RGB
CMYK
RGB Variations
Color information
#99D2D7 (or 0x99D2D7) is known color: Morning Glory. HEX triplet: 99, D2 and D7. RGB value is (153,210,215). Sum of RGB (Red+Green+Blue) = 153+210+215=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #99D2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2D7 is #662D28. Grayscale: #C1C1C1. Windows color (decimal): -6696233 or 14144153. OLE color: 14144153.
HSL color Cylindrical-coordinate representation of color #99D2D7: hue angle of 184.84º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D2D7 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 210 | 215 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.16 |
| HSL | 184.84º | 0.44% | 0.72% | - |
| HSV(B) | 184.84º | 0.29% | 0.84% | - |
| XYZ | 48.45 | 57.77 | 72.89 | - |
| YUV | 193.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 215 | 0.29 | 0.02 | 0 | 0.16 | 184.84 | 0.44 | 0.72 |
| Hex | 99 | D2 | D7 | 1D | 2 | 0 | 10 | B9 | 2C | 48 |
| Octal | 231 | 322 | 327 | 35 | 2 | 0 | 20 | 271 | 54 | 110 |
| Binary | 10011001 | 11010010 | 11010111 | 11101 | 10 | 0 | 10000 | 10111001 | 101100 | 1001000 |
Color Harmonies of #99D2D7
Complementary color
Monochromatic Colors of #99D2D7
Black with #99D2D7
Text Example
Text Example
White with #99D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2D7; }
p { color: rgb(153,210,215); }
H1.HeaderClassName
{
color: #99D2D7;
}
.AnyTagClassName
{
color: #99D2D7;
}
</style>
background-color css
<style>
a { background-color: #99D2D7; }
a { background-color: rgb(153,210,215); }
div.DivClassName
{
background-color: #99D2D7;
}
.BgClassName
{
background-color: #99D2D7;
}
</style>
border-color css
<style>
span { border-color: #99D2D7; }
span { border-color: rgb(153,210,215); }
td.TdClassName
{
border-color: #99D2D7;
}
.TagClassName
{
border-color: #99D2D7;
}
</style>