Shades of Morning Glory #96D3DB
Tints of Morning Glory #96D3DB
RGB
CMYK
RGB Variations
Color information
#96D3DB (or 0x96D3DB) is known color: Morning Glory. HEX triplet: 96, D3 and DB. RGB value is (150,211,219). Sum of RGB (Red+Green+Blue) = 150+211+219=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #96D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3DB is #692C24. Grayscale: #C1C1C1. Windows color (decimal): -6892581 or 14406550. OLE color: 14406550.
HSL color Cylindrical-coordinate representation of color #96D3DB: hue angle of 186.96º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D3DB is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 211 | 219 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.14 |
| HSL | 186.96º | 0.49% | 0.72% | - |
| HSV(B) | 186.96º | 0.32% | 0.86% | - |
| XYZ | 48.66 | 58.19 | 75.68 | - |
| YUV | 193.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 219 | 0.32 | 0.04 | 0 | 0.14 | 186.96 | 0.49 | 0.72 |
| Hex | 96 | D3 | DB | 20 | 4 | 0 | E | BB | 31 | 48 |
| Octal | 226 | 323 | 333 | 40 | 4 | 0 | 16 | 273 | 61 | 110 |
| Binary | 10010110 | 11010011 | 11011011 | 100000 | 100 | 0 | 1110 | 10111011 | 110001 | 1001000 |
Color Harmonies of #96D3DB
Complementary color
Monochromatic Colors of #96D3DB
Black with #96D3DB
Text Example
Text Example
White with #96D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3DB; }
p { color: rgb(150,211,219); }
H1.HeaderClassName
{
color: #96D3DB;
}
.AnyTagClassName
{
color: #96D3DB;
}
</style>
background-color css
<style>
a { background-color: #96D3DB; }
a { background-color: rgb(150,211,219); }
div.DivClassName
{
background-color: #96D3DB;
}
.BgClassName
{
background-color: #96D3DB;
}
</style>
border-color css
<style>
span { border-color: #96D3DB; }
span { border-color: rgb(150,211,219); }
td.TdClassName
{
border-color: #96D3DB;
}
.TagClassName
{
border-color: #96D3DB;
}
</style>