Shades of Morning Glory #96DBDB
Tints of Morning Glory #96DBDB
RGB
CMYK
RGB Variations
Color information
#96DBDB (or 0x96DBDB) is known color: Morning Glory. HEX triplet: 96, DB and DB. RGB value is (150,219,219). Sum of RGB (Red+Green+Blue) = 150+219+219=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #96DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBDB is #692424. Grayscale: #C6C6C6. Windows color (decimal): -6890533 or 14408598. OLE color: 14408598.
HSL color Cylindrical-coordinate representation of color #96DBDB: hue angle of 180º 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 #96DBDB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 219 | - |
| CMYK | 0.32 | 0 | 0 | 0.14 |
| HSL | 180º | 0.49% | 0.72% | - |
| HSV(B) | 180º | 0.32% | 0.86% | - |
| XYZ | 50.7 | 62.26 | 76.36 | - |
| YUV | 198.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 219 | 0.32 | 0 | 0 | 0.14 | 180 | 0.49 | 0.72 |
| Hex | 96 | DB | DB | 20 | 0 | 0 | E | B4 | 31 | 48 |
| Octal | 226 | 333 | 333 | 40 | 0 | 0 | 16 | 264 | 61 | 110 |
| Binary | 10010110 | 11011011 | 11011011 | 100000 | 0 | 0 | 1110 | 10110100 | 110001 | 1001000 |
Color Harmonies of #96DBDB
Complementary color
Monochromatic Colors of #96DBDB
Black with #96DBDB
Text Example
Text Example
White with #96DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBDB; }
p { color: rgb(150,219,219); }
H1.HeaderClassName
{
color: #96DBDB;
}
.AnyTagClassName
{
color: #96DBDB;
}
</style>
background-color css
<style>
a { background-color: #96DBDB; }
a { background-color: rgb(150,219,219); }
div.DivClassName
{
background-color: #96DBDB;
}
.BgClassName
{
background-color: #96DBDB;
}
</style>
border-color css
<style>
span { border-color: #96DBDB; }
span { border-color: rgb(150,219,219); }
td.TdClassName
{
border-color: #96DBDB;
}
.TagClassName
{
border-color: #96DBDB;
}
</style>