Shades of Morning Glory #96DEDF
Tints of Morning Glory #96DEDF
RGB
CMYK
RGB Variations
Color information
#96DEDF (or 0x96DEDF) is known color: Morning Glory. HEX triplet: 96, DE and DF. RGB value is (150,222,223). Sum of RGB (Red+Green+Blue) = 150+222+223=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEDF is #692120. Grayscale: #C8C8C8. Windows color (decimal): -6889761 or 14671510. OLE color: 14671510.
HSL color Cylindrical-coordinate representation of color #96DEDF: hue angle of 180.82º 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 #96DEDF is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 223 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.13 |
| HSL | 180.82º | 0.53% | 0.73% | - |
| HSV(B) | 180.82º | 0.33% | 0.87% | - |
| XYZ | 52.02 | 64.05 | 79.43 | - |
| YUV | 200.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 223 | 0.33 | 0.00 | 0 | 0.13 | 180.82 | 0.53 | 0.73 |
| Hex | 96 | DE | DF | 21 | 0 | 0 | D | B5 | 35 | 49 |
| Octal | 226 | 336 | 337 | 41 | 0 | 0 | 15 | 265 | 65 | 111 |
| Binary | 10010110 | 11011110 | 11011111 | 100001 | 0 | 0 | 1101 | 10110101 | 110101 | 1001001 |
Color Harmonies of #96DEDF
Complementary color
Monochromatic Colors of #96DEDF
Black with #96DEDF
Text Example
Text Example
White with #96DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEDF; }
p { color: rgb(150,222,223); }
H1.HeaderClassName
{
color: #96DEDF;
}
.AnyTagClassName
{
color: #96DEDF;
}
</style>
background-color css
<style>
a { background-color: #96DEDF; }
a { background-color: rgb(150,222,223); }
div.DivClassName
{
background-color: #96DEDF;
}
.BgClassName
{
background-color: #96DEDF;
}
</style>
border-color css
<style>
span { border-color: #96DEDF; }
span { border-color: rgb(150,222,223); }
td.TdClassName
{
border-color: #96DEDF;
}
.TagClassName
{
border-color: #96DEDF;
}
</style>