Shades of Morning Glory #96DDDB
Tints of Morning Glory #96DDDB
RGB
CMYK
RGB Variations
Color information
#96DDDB (or 0x96DDDB) is known color: Morning Glory. HEX triplet: 96, DD and DB. RGB value is (150,221,219). Sum of RGB (Red+Green+Blue) = 150+221+219=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDDB is #692224. Grayscale: #C7C7C7. Windows color (decimal): -6890021 or 14409110. OLE color: 14409110.
HSL color Cylindrical-coordinate representation of color #96DDDB: hue angle of 178.31º 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 #96DDDB is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 219 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.13 |
| HSL | 178.31º | 0.51% | 0.73% | - |
| HSV(B) | 178.31º | 0.32% | 0.87% | - |
| XYZ | 51.22 | 63.31 | 76.54 | - |
| YUV | 199.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 219 | 0.32 | 0 | 0.01 | 0.13 | 178.31 | 0.51 | 0.73 |
| Hex | 96 | DD | DB | 20 | 0 | 1 | D | B2 | 33 | 49 |
| Octal | 226 | 335 | 333 | 40 | 0 | 1 | 15 | 262 | 63 | 111 |
| Binary | 10010110 | 11011101 | 11011011 | 100000 | 0 | 1 | 1101 | 10110010 | 110011 | 1001001 |
Color Harmonies of #96DDDB
Complementary color
Monochromatic Colors of #96DDDB
Black with #96DDDB
Text Example
Text Example
White with #96DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDDB; }
p { color: rgb(150,221,219); }
H1.HeaderClassName
{
color: #96DDDB;
}
.AnyTagClassName
{
color: #96DDDB;
}
</style>
background-color css
<style>
a { background-color: #96DDDB; }
a { background-color: rgb(150,221,219); }
div.DivClassName
{
background-color: #96DDDB;
}
.BgClassName
{
background-color: #96DDDB;
}
</style>
border-color css
<style>
span { border-color: #96DDDB; }
span { border-color: rgb(150,221,219); }
td.TdClassName
{
border-color: #96DDDB;
}
.TagClassName
{
border-color: #96DDDB;
}
</style>