Shades of Morning Glory #96DADF
Tints of Morning Glory #96DADF
RGB
CMYK
RGB Variations
Color information
#96DADF (or 0x96DADF) is known color: Morning Glory. HEX triplet: 96, DA and DF. RGB value is (150,218,223). Sum of RGB (Red+Green+Blue) = 150+218+223=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DADF is #692520. Grayscale: #C6C6C6. Windows color (decimal): -6890785 or 14670486. OLE color: 14670486.
HSL color Cylindrical-coordinate representation of color #96DADF: hue angle of 184.11º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DADF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 218 | 223 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.13 |
| HSL | 184.11º | 0.53% | 0.73% | - |
| HSV(B) | 184.11º | 0.33% | 0.87% | - |
| XYZ | 50.97 | 61.95 | 79.08 | - |
| YUV | 198.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 223 | 0.33 | 0.02 | 0 | 0.13 | 184.11 | 0.53 | 0.73 |
| Hex | 96 | DA | DF | 21 | 2 | 0 | D | B8 | 35 | 49 |
| Octal | 226 | 332 | 337 | 41 | 2 | 0 | 15 | 270 | 65 | 111 |
| Binary | 10010110 | 11011010 | 11011111 | 100001 | 10 | 0 | 1101 | 10111000 | 110101 | 1001001 |
Color Harmonies of #96DADF
Complementary color
Monochromatic Colors of #96DADF
Black with #96DADF
Text Example
Text Example
White with #96DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DADF; }
p { color: rgb(150,218,223); }
H1.HeaderClassName
{
color: #96DADF;
}
.AnyTagClassName
{
color: #96DADF;
}
</style>
background-color css
<style>
a { background-color: #96DADF; }
a { background-color: rgb(150,218,223); }
div.DivClassName
{
background-color: #96DADF;
}
.BgClassName
{
background-color: #96DADF;
}
</style>
border-color css
<style>
span { border-color: #96DADF; }
span { border-color: rgb(150,218,223); }
td.TdClassName
{
border-color: #96DADF;
}
.TagClassName
{
border-color: #96DADF;
}
</style>