Shades of Morning Glory #96DEDD
Tints of Morning Glory #96DEDD
RGB
CMYK
RGB Variations
Color information
#96DEDD (or 0x96DEDD) is known color: Morning Glory. HEX triplet: 96, DE and DD. RGB value is (150,222,221). Sum of RGB (Red+Green+Blue) = 150+222+221=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEDD is #692122. Grayscale: #C8C8C8. Windows color (decimal): -6889763 or 14540438. OLE color: 14540438.
HSL color Cylindrical-coordinate representation of color #96DEDD: hue angle of 179.17º 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 #96DEDD is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 221 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.13 |
| HSL | 179.17º | 0.52% | 0.73% | - |
| HSV(B) | 179.17º | 0.32% | 0.87% | - |
| XYZ | 51.75 | 63.95 | 78.02 | - |
| YUV | 200.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 221 | 0.32 | 0 | 0.00 | 0.13 | 179.17 | 0.52 | 0.73 |
| Hex | 96 | DE | DD | 20 | 0 | 0 | D | B3 | 34 | 49 |
| Octal | 226 | 336 | 335 | 40 | 0 | 0 | 15 | 263 | 64 | 111 |
| Binary | 10010110 | 11011110 | 11011101 | 100000 | 0 | 0 | 1101 | 10110011 | 110100 | 1001001 |
Color Harmonies of #96DEDD
Complementary color
Monochromatic Colors of #96DEDD
Black with #96DEDD
Text Example
Text Example
White with #96DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEDD; }
p { color: rgb(150,222,221); }
H1.HeaderClassName
{
color: #96DEDD;
}
.AnyTagClassName
{
color: #96DEDD;
}
</style>
background-color css
<style>
a { background-color: #96DEDD; }
a { background-color: rgb(150,222,221); }
div.DivClassName
{
background-color: #96DEDD;
}
.BgClassName
{
background-color: #96DEDD;
}
</style>
border-color css
<style>
span { border-color: #96DEDD; }
span { border-color: rgb(150,222,221); }
td.TdClassName
{
border-color: #96DEDD;
}
.TagClassName
{
border-color: #96DEDD;
}
</style>