Shades of Morning Glory #96DDDC
Tints of Morning Glory #96DDDC
RGB
CMYK
RGB Variations
Color information
#96DDDC (or 0x96DDDC) is known color: Morning Glory. HEX triplet: 96, DD and DC. RGB value is (150,221,220). Sum of RGB (Red+Green+Blue) = 150+221+220=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDDC is #692223. Grayscale: #C7C7C7. Windows color (decimal): -6890020 or 14474646. OLE color: 14474646.
HSL color Cylindrical-coordinate representation of color #96DDDC: hue angle of 179.15º degrees, saturation: 0.51, 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 #96DDDC is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 220 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.13 |
| HSL | 179.15º | 0.51% | 0.73% | - |
| HSV(B) | 179.15º | 0.32% | 0.87% | - |
| XYZ | 51.35 | 63.36 | 77.23 | - |
| YUV | 199.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 220 | 0.32 | 0 | 0.00 | 0.13 | 179.15 | 0.51 | 0.73 |
| Hex | 96 | DD | DC | 20 | 0 | 0 | D | B3 | 33 | 49 |
| Octal | 226 | 335 | 334 | 40 | 0 | 0 | 15 | 263 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11011100 | 100000 | 0 | 0 | 1101 | 10110011 | 110011 | 1001001 |
Color Harmonies of #96DDDC
Complementary color
Monochromatic Colors of #96DDDC
Black with #96DDDC
Text Example
Text Example
White with #96DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDDC; }
p { color: rgb(150,221,220); }
H1.HeaderClassName
{
color: #96DDDC;
}
.AnyTagClassName
{
color: #96DDDC;
}
</style>
background-color css
<style>
a { background-color: #96DDDC; }
a { background-color: rgb(150,221,220); }
div.DivClassName
{
background-color: #96DDDC;
}
.BgClassName
{
background-color: #96DDDC;
}
</style>
border-color css
<style>
span { border-color: #96DDDC; }
span { border-color: rgb(150,221,220); }
td.TdClassName
{
border-color: #96DDDC;
}
.TagClassName
{
border-color: #96DDDC;
}
</style>