Shades of Morning Glory #96D8DA
Tints of Morning Glory #96D8DA
RGB
CMYK
RGB Variations
Color information
#96D8DA (or 0x96D8DA) is known color: Morning Glory. HEX triplet: 96, D8 and DA. RGB value is (150,216,218). Sum of RGB (Red+Green+Blue) = 150+216+218=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #96D8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8DA is #692725. Grayscale: #C4C4C4. Windows color (decimal): -6891302 or 14342294. OLE color: 14342294.
HSL color Cylindrical-coordinate representation of color #96D8DA: hue angle of 181.76º 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 #96D8DA is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 218 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.15 |
| HSL | 181.76º | 0.48% | 0.72% | - |
| HSV(B) | 181.76º | 0.31% | 0.85% | - |
| XYZ | 49.79 | 60.66 | 75.41 | - |
| YUV | 196.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 218 | 0.31 | 0.01 | 0 | 0.15 | 181.76 | 0.48 | 0.72 |
| Hex | 96 | D8 | DA | 1F | 1 | 0 | F | B6 | 30 | 48 |
| Octal | 226 | 330 | 332 | 37 | 1 | 0 | 17 | 266 | 60 | 110 |
| Binary | 10010110 | 11011000 | 11011010 | 11111 | 1 | 0 | 1111 | 10110110 | 110000 | 1001000 |
Color Harmonies of #96D8DA
Complementary color
Monochromatic Colors of #96D8DA
Black with #96D8DA
Text Example
Text Example
White with #96D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8DA; }
p { color: rgb(150,216,218); }
H1.HeaderClassName
{
color: #96D8DA;
}
.AnyTagClassName
{
color: #96D8DA;
}
</style>
background-color css
<style>
a { background-color: #96D8DA; }
a { background-color: rgb(150,216,218); }
div.DivClassName
{
background-color: #96D8DA;
}
.BgClassName
{
background-color: #96D8DA;
}
</style>
border-color css
<style>
span { border-color: #96D8DA; }
span { border-color: rgb(150,216,218); }
td.TdClassName
{
border-color: #96D8DA;
}
.TagClassName
{
border-color: #96D8DA;
}
</style>