Shades of Morning Glory #99D4D8
Tints of Morning Glory #99D4D8
RGB
CMYK
RGB Variations
Color information
#99D4D8 (or 0x99D4D8) is known color: Morning Glory. HEX triplet: 99, D4 and D8. RGB value is (153,212,216). Sum of RGB (Red+Green+Blue) = 153+212+216=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #99D4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4D8 is #662B27. Grayscale: #C2C2C2. Windows color (decimal): -6695720 or 14210201. OLE color: 14210201.
HSL color Cylindrical-coordinate representation of color #99D4D8: hue angle of 183.81º 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 #99D4D8 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 212 | 216 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.15 |
| HSL | 183.81º | 0.45% | 0.72% | - |
| HSV(B) | 183.81º | 0.29% | 0.85% | - |
| XYZ | 49.08 | 58.82 | 73.73 | - |
| YUV | 194.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 216 | 0.29 | 0.02 | 0 | 0.15 | 183.81 | 0.45 | 0.72 |
| Hex | 99 | D4 | D8 | 1D | 2 | 0 | F | B8 | 2D | 48 |
| Octal | 231 | 324 | 330 | 35 | 2 | 0 | 17 | 270 | 55 | 110 |
| Binary | 10011001 | 11010100 | 11011000 | 11101 | 10 | 0 | 1111 | 10111000 | 101101 | 1001000 |
Color Harmonies of #99D4D8
Complementary color
Monochromatic Colors of #99D4D8
Black with #99D4D8
Text Example
Text Example
White with #99D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4D8; }
p { color: rgb(153,212,216); }
H1.HeaderClassName
{
color: #99D4D8;
}
.AnyTagClassName
{
color: #99D4D8;
}
</style>
background-color css
<style>
a { background-color: #99D4D8; }
a { background-color: rgb(153,212,216); }
div.DivClassName
{
background-color: #99D4D8;
}
.BgClassName
{
background-color: #99D4D8;
}
</style>
border-color css
<style>
span { border-color: #99D4D8; }
span { border-color: rgb(153,212,216); }
td.TdClassName
{
border-color: #99D4D8;
}
.TagClassName
{
border-color: #99D4D8;
}
</style>