Shades of Morning Glory #96D3DA
Tints of Morning Glory #96D3DA
RGB
CMYK
RGB Variations
Color information
#96D3DA (or 0x96D3DA) is known color: Morning Glory. HEX triplet: 96, D3 and DA. RGB value is (150,211,218). Sum of RGB (Red+Green+Blue) = 150+211+218=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3DA is #692C25. Grayscale: #C1C1C1. Windows color (decimal): -6892582 or 14341014. OLE color: 14341014.
HSL color Cylindrical-coordinate representation of color #96D3DA: hue angle of 186.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D3DA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 211 | 218 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.15 |
| HSL | 186.18º | 0.48% | 0.72% | - |
| HSV(B) | 186.18º | 0.31% | 0.85% | - |
| XYZ | 48.53 | 58.13 | 74.99 | - |
| YUV | 193.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 218 | 0.31 | 0.03 | 0 | 0.15 | 186.18 | 0.48 | 0.72 |
| Hex | 96 | D3 | DA | 1F | 3 | 0 | F | BA | 30 | 48 |
| Octal | 226 | 323 | 332 | 37 | 3 | 0 | 17 | 272 | 60 | 110 |
| Binary | 10010110 | 11010011 | 11011010 | 11111 | 11 | 0 | 1111 | 10111010 | 110000 | 1001000 |
Color Harmonies of #96D3DA
Complementary color
Monochromatic Colors of #96D3DA
Black with #96D3DA
Text Example
Text Example
White with #96D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3DA; }
p { color: rgb(150,211,218); }
H1.HeaderClassName
{
color: #96D3DA;
}
.AnyTagClassName
{
color: #96D3DA;
}
</style>
background-color css
<style>
a { background-color: #96D3DA; }
a { background-color: rgb(150,211,218); }
div.DivClassName
{
background-color: #96D3DA;
}
.BgClassName
{
background-color: #96D3DA;
}
</style>
border-color css
<style>
span { border-color: #96D3DA; }
span { border-color: rgb(150,211,218); }
td.TdClassName
{
border-color: #96D3DA;
}
.TagClassName
{
border-color: #96D3DA;
}
</style>