Shades of Morning Glory #96D6DB
Tints of Morning Glory #96D6DB
RGB
CMYK
RGB Variations
Color information
#96D6DB (or 0x96D6DB) is known color: Morning Glory. HEX triplet: 96, D6 and DB. RGB value is (150,214,219). Sum of RGB (Red+Green+Blue) = 150+214+219=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #96D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6DB is #692924. Grayscale: #C3C3C3. Windows color (decimal): -6891813 or 14407318. OLE color: 14407318.
HSL color Cylindrical-coordinate representation of color #96D6DB: hue angle of 184.35º 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 #96D6DB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 214 | 219 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.14 |
| HSL | 184.35º | 0.49% | 0.72% | - |
| HSV(B) | 184.35º | 0.32% | 0.86% | - |
| XYZ | 49.41 | 59.69 | 75.94 | - |
| YUV | 195.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 219 | 0.32 | 0.02 | 0 | 0.14 | 184.35 | 0.49 | 0.72 |
| Hex | 96 | D6 | DB | 20 | 2 | 0 | E | B8 | 31 | 48 |
| Octal | 226 | 326 | 333 | 40 | 2 | 0 | 16 | 270 | 61 | 110 |
| Binary | 10010110 | 11010110 | 11011011 | 100000 | 10 | 0 | 1110 | 10111000 | 110001 | 1001000 |
Color Harmonies of #96D6DB
Complementary color
Monochromatic Colors of #96D6DB
Black with #96D6DB
Text Example
Text Example
White with #96D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6DB; }
p { color: rgb(150,214,219); }
H1.HeaderClassName
{
color: #96D6DB;
}
.AnyTagClassName
{
color: #96D6DB;
}
</style>
background-color css
<style>
a { background-color: #96D6DB; }
a { background-color: rgb(150,214,219); }
div.DivClassName
{
background-color: #96D6DB;
}
.BgClassName
{
background-color: #96D6DB;
}
</style>
border-color css
<style>
span { border-color: #96D6DB; }
span { border-color: rgb(150,214,219); }
td.TdClassName
{
border-color: #96D6DB;
}
.TagClassName
{
border-color: #96D6DB;
}
</style>