Shades of Morning Glory #96DED8
Tints of Morning Glory #96DED8
RGB
CMYK
RGB Variations
Color information
#96DED8 (or 0x96DED8) is known color: Morning Glory. HEX triplet: 96, DE and D8. RGB value is (150,222,216). Sum of RGB (Red+Green+Blue) = 150+222+216=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #96DED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DED8 is #692127. Grayscale: #C7C7C7. Windows color (decimal): -6889768 or 14212758. OLE color: 14212758.
HSL color Cylindrical-coordinate representation of color #96DED8: hue angle of 175º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DED8 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 216 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.13 |
| HSL | 175º | 0.52% | 0.73% | - |
| HSV(B) | 175º | 0.32% | 0.87% | - |
| XYZ | 51.09 | 63.68 | 74.57 | - |
| YUV | 199.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 216 | 0.32 | 0 | 0.03 | 0.13 | 175 | 0.52 | 0.73 |
| Hex | 96 | DE | D8 | 20 | 0 | 3 | D | AF | 34 | 49 |
| Octal | 226 | 336 | 330 | 40 | 0 | 3 | 15 | 257 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11011000 | 100000 | 0 | 11 | 1101 | 10101111 | 110100 | 1001001 |
Color Harmonies of #96DED8
Complementary color
Monochromatic Colors of #96DED8
Black with #96DED8
Text Example
Text Example
White with #96DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DED8; }
p { color: rgb(150,222,216); }
H1.HeaderClassName
{
color: #96DED8;
}
.AnyTagClassName
{
color: #96DED8;
}
</style>
background-color css
<style>
a { background-color: #96DED8; }
a { background-color: rgb(150,222,216); }
div.DivClassName
{
background-color: #96DED8;
}
.BgClassName
{
background-color: #96DED8;
}
</style>
border-color css
<style>
span { border-color: #96DED8; }
span { border-color: rgb(150,222,216); }
td.TdClassName
{
border-color: #96DED8;
}
.TagClassName
{
border-color: #96DED8;
}
</style>