Shades of Morning Glory #96DEDC
Tints of Morning Glory #96DEDC
RGB
CMYK
RGB Variations
Color information
#96DEDC (or 0x96DEDC) is known color: Morning Glory. HEX triplet: 96, DE and DC. RGB value is (150,222,220). Sum of RGB (Red+Green+Blue) = 150+222+220=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEDC is #692123. Grayscale: #C8C8C8. Windows color (decimal): -6889764 or 14474902. OLE color: 14474902.
HSL color Cylindrical-coordinate representation of color #96DEDC: hue angle of 178.33º 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 #96DEDC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 220 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.13 |
| HSL | 178.33º | 0.52% | 0.73% | - |
| HSV(B) | 178.33º | 0.32% | 0.87% | - |
| XYZ | 51.62 | 63.89 | 77.32 | - |
| YUV | 200.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 220 | 0.32 | 0 | 0.01 | 0.13 | 178.33 | 0.52 | 0.73 |
| Hex | 96 | DE | DC | 20 | 0 | 1 | D | B2 | 34 | 49 |
| Octal | 226 | 336 | 334 | 40 | 0 | 1 | 15 | 262 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11011100 | 100000 | 0 | 1 | 1101 | 10110010 | 110100 | 1001001 |
Color Harmonies of #96DEDC
Complementary color
Monochromatic Colors of #96DEDC
Black with #96DEDC
Text Example
Text Example
White with #96DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEDC; }
p { color: rgb(150,222,220); }
H1.HeaderClassName
{
color: #96DEDC;
}
.AnyTagClassName
{
color: #96DEDC;
}
</style>
background-color css
<style>
a { background-color: #96DEDC; }
a { background-color: rgb(150,222,220); }
div.DivClassName
{
background-color: #96DEDC;
}
.BgClassName
{
background-color: #96DEDC;
}
</style>
border-color css
<style>
span { border-color: #96DEDC; }
span { border-color: rgb(150,222,220); }
td.TdClassName
{
border-color: #96DEDC;
}
.TagClassName
{
border-color: #96DEDC;
}
</style>