Shades of Morning Glory #96D4DC
Tints of Morning Glory #96D4DC
RGB
CMYK
RGB Variations
Color information
#96D4DC (or 0x96D4DC) is known color: Morning Glory. HEX triplet: 96, D4 and DC. RGB value is (150,212,220). Sum of RGB (Red+Green+Blue) = 150+212+220=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #96D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D4DC is #692B23. Grayscale: #C2C2C2. Windows color (decimal): -6892324 or 14472342. OLE color: 14472342.
HSL color Cylindrical-coordinate representation of color #96D4DC: hue angle of 186.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 #96D4DC is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 212 | 220 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.14 |
| HSL | 186.86º | 0.5% | 0.73% | - |
| HSV(B) | 186.86º | 0.32% | 0.86% | - |
| XYZ | 49.04 | 58.74 | 76.46 | - |
| YUV | 194.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 220 | 0.32 | 0.04 | 0 | 0.14 | 186.86 | 0.5 | 0.73 |
| Hex | 96 | D4 | DC | 20 | 4 | 0 | E | BB | 32 | 49 |
| Octal | 226 | 324 | 334 | 40 | 4 | 0 | 16 | 273 | 62 | 111 |
| Binary | 10010110 | 11010100 | 11011100 | 100000 | 100 | 0 | 1110 | 10111011 | 110010 | 1001001 |
Color Harmonies of #96D4DC
Complementary color
Monochromatic Colors of #96D4DC
Black with #96D4DC
Text Example
Text Example
White with #96D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D4DC; }
p { color: rgb(150,212,220); }
H1.HeaderClassName
{
color: #96D4DC;
}
.AnyTagClassName
{
color: #96D4DC;
}
</style>
background-color css
<style>
a { background-color: #96D4DC; }
a { background-color: rgb(150,212,220); }
div.DivClassName
{
background-color: #96D4DC;
}
.BgClassName
{
background-color: #96D4DC;
}
</style>
border-color css
<style>
span { border-color: #96D4DC; }
span { border-color: rgb(150,212,220); }
td.TdClassName
{
border-color: #96D4DC;
}
.TagClassName
{
border-color: #96D4DC;
}
</style>