Shades of Morning Glory #96D5DB
Tints of Morning Glory #96D5DB
RGB
CMYK
RGB Variations
Color information
#96D5DB (or 0x96D5DB) is known color: Morning Glory. HEX triplet: 96, D5 and DB. RGB value is (150,213,219). Sum of RGB (Red+Green+Blue) = 150+213+219=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #96D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5DB is #692A24. Grayscale: #C2C2C2. Windows color (decimal): -6892069 or 14407062. OLE color: 14407062.
HSL color Cylindrical-coordinate representation of color #96D5DB: hue angle of 185.22º 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 #96D5DB is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 213 | 219 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.14 |
| HSL | 185.22º | 0.49% | 0.72% | - |
| HSV(B) | 185.22º | 0.32% | 0.86% | - |
| XYZ | 49.16 | 59.19 | 75.85 | - |
| YUV | 194.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 219 | 0.32 | 0.03 | 0 | 0.14 | 185.22 | 0.49 | 0.72 |
| Hex | 96 | D5 | DB | 20 | 3 | 0 | E | B9 | 31 | 48 |
| Octal | 226 | 325 | 333 | 40 | 3 | 0 | 16 | 271 | 61 | 110 |
| Binary | 10010110 | 11010101 | 11011011 | 100000 | 11 | 0 | 1110 | 10111001 | 110001 | 1001000 |
Color Harmonies of #96D5DB
Complementary color
Monochromatic Colors of #96D5DB
Black with #96D5DB
Text Example
Text Example
White with #96D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5DB; }
p { color: rgb(150,213,219); }
H1.HeaderClassName
{
color: #96D5DB;
}
.AnyTagClassName
{
color: #96D5DB;
}
</style>
background-color css
<style>
a { background-color: #96D5DB; }
a { background-color: rgb(150,213,219); }
div.DivClassName
{
background-color: #96D5DB;
}
.BgClassName
{
background-color: #96D5DB;
}
</style>
border-color css
<style>
span { border-color: #96D5DB; }
span { border-color: rgb(150,213,219); }
td.TdClassName
{
border-color: #96D5DB;
}
.TagClassName
{
border-color: #96D5DB;
}
</style>