Shades of Morning Glory #96D5DD
Tints of Morning Glory #96D5DD
RGB
CMYK
RGB Variations
Color information
#96D5DD (or 0x96D5DD) is known color: Morning Glory. HEX triplet: 96, D5 and DD. RGB value is (150,213,221). Sum of RGB (Red+Green+Blue) = 150+213+221=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #96D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5DD is #692A22. Grayscale: #C2C2C2. Windows color (decimal): -6892067 or 14538134. OLE color: 14538134.
HSL color Cylindrical-coordinate representation of color #96D5DD: hue angle of 186.76º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D5DD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 213 | 221 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.13 |
| HSL | 186.76º | 0.51% | 0.73% | - |
| HSV(B) | 186.76º | 0.32% | 0.87% | - |
| XYZ | 49.42 | 59.29 | 77.25 | - |
| YUV | 195.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 221 | 0.32 | 0.04 | 0 | 0.13 | 186.76 | 0.51 | 0.73 |
| Hex | 96 | D5 | DD | 20 | 4 | 0 | D | BB | 33 | 49 |
| Octal | 226 | 325 | 335 | 40 | 4 | 0 | 15 | 273 | 63 | 111 |
| Binary | 10010110 | 11010101 | 11011101 | 100000 | 100 | 0 | 1101 | 10111011 | 110011 | 1001001 |
Color Harmonies of #96D5DD
Complementary color
Monochromatic Colors of #96D5DD
Black with #96D5DD
Text Example
Text Example
White with #96D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5DD; }
p { color: rgb(150,213,221); }
H1.HeaderClassName
{
color: #96D5DD;
}
.AnyTagClassName
{
color: #96D5DD;
}
</style>
background-color css
<style>
a { background-color: #96D5DD; }
a { background-color: rgb(150,213,221); }
div.DivClassName
{
background-color: #96D5DD;
}
.BgClassName
{
background-color: #96D5DD;
}
</style>
border-color css
<style>
span { border-color: #96D5DD; }
span { border-color: rgb(150,213,221); }
td.TdClassName
{
border-color: #96D5DD;
}
.TagClassName
{
border-color: #96D5DD;
}
</style>