Shades of Morning Glory #96DCDB
Tints of Morning Glory #96DCDB
RGB
CMYK
RGB Variations
Color information
#96DCDB (or 0x96DCDB) is known color: Morning Glory. HEX triplet: 96, DC and DB. RGB value is (150,220,219). Sum of RGB (Red+Green+Blue) = 150+220+219=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCDB is #692324. Grayscale: #C6C6C6. Windows color (decimal): -6890277 or 14408854. OLE color: 14408854.
HSL color Cylindrical-coordinate representation of color #96DCDB: hue angle of 179.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCDB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 219 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.14 |
| HSL | 179.14º | 0.5% | 0.73% | - |
| HSV(B) | 179.14º | 0.32% | 0.86% | - |
| XYZ | 50.96 | 62.78 | 76.45 | - |
| YUV | 198.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 219 | 0.32 | 0 | 0.00 | 0.14 | 179.14 | 0.5 | 0.73 |
| Hex | 96 | DC | DB | 20 | 0 | 0 | E | B3 | 32 | 49 |
| Octal | 226 | 334 | 333 | 40 | 0 | 0 | 16 | 263 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11011011 | 100000 | 0 | 0 | 1110 | 10110011 | 110010 | 1001001 |
Color Harmonies of #96DCDB
Complementary color
Monochromatic Colors of #96DCDB
Black with #96DCDB
Text Example
Text Example
White with #96DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCDB; }
p { color: rgb(150,220,219); }
H1.HeaderClassName
{
color: #96DCDB;
}
.AnyTagClassName
{
color: #96DCDB;
}
</style>
background-color css
<style>
a { background-color: #96DCDB; }
a { background-color: rgb(150,220,219); }
div.DivClassName
{
background-color: #96DCDB;
}
.BgClassName
{
background-color: #96DCDB;
}
</style>
border-color css
<style>
span { border-color: #96DCDB; }
span { border-color: rgb(150,220,219); }
td.TdClassName
{
border-color: #96DCDB;
}
.TagClassName
{
border-color: #96DCDB;
}
</style>