Shades of Morning Glory #96DBDC
Tints of Morning Glory #96DBDC
RGB
CMYK
RGB Variations
Color information
#96DBDC (or 0x96DBDC) is known color: Morning Glory. HEX triplet: 96, DB and DC. RGB value is (150,219,220). Sum of RGB (Red+Green+Blue) = 150+219+220=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #96DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBDC is #692423. Grayscale: #C6C6C6. Windows color (decimal): -6890532 or 14474134. OLE color: 14474134.
HSL color Cylindrical-coordinate representation of color #96DBDC: hue angle of 180.86º 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 #96DBDC is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 220 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.14 |
| HSL | 180.86º | 0.5% | 0.73% | - |
| HSV(B) | 180.86º | 0.32% | 0.86% | - |
| XYZ | 50.83 | 62.31 | 77.06 | - |
| YUV | 198.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 220 | 0.32 | 0.00 | 0 | 0.14 | 180.86 | 0.5 | 0.73 |
| Hex | 96 | DB | DC | 20 | 0 | 0 | E | B5 | 32 | 49 |
| Octal | 226 | 333 | 334 | 40 | 0 | 0 | 16 | 265 | 62 | 111 |
| Binary | 10010110 | 11011011 | 11011100 | 100000 | 0 | 0 | 1110 | 10110101 | 110010 | 1001001 |
Color Harmonies of #96DBDC
Complementary color
Monochromatic Colors of #96DBDC
Black with #96DBDC
Text Example
Text Example
White with #96DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBDC; }
p { color: rgb(150,219,220); }
H1.HeaderClassName
{
color: #96DBDC;
}
.AnyTagClassName
{
color: #96DBDC;
}
</style>
background-color css
<style>
a { background-color: #96DBDC; }
a { background-color: rgb(150,219,220); }
div.DivClassName
{
background-color: #96DBDC;
}
.BgClassName
{
background-color: #96DBDC;
}
</style>
border-color css
<style>
span { border-color: #96DBDC; }
span { border-color: rgb(150,219,220); }
td.TdClassName
{
border-color: #96DBDC;
}
.TagClassName
{
border-color: #96DBDC;
}
</style>