Shades of Morning Glory #96DFD8
Tints of Morning Glory #96DFD8
RGB
CMYK
RGB Variations
Color information
#96DFD8 (or 0x96DFD8) is known color: Morning Glory. HEX triplet: 96, DF and D8. RGB value is (150,223,216). Sum of RGB (Red+Green+Blue) = 150+223+216=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD8 is #692027. Grayscale: #C8C8C8. Windows color (decimal): -6889512 or 14213014. OLE color: 14213014.
HSL color Cylindrical-coordinate representation of color #96DFD8: hue angle of 174.25º 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 #96DFD8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 216 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.13 |
| HSL | 174.25º | 0.53% | 0.73% | - |
| HSV(B) | 174.25º | 0.33% | 0.87% | - |
| XYZ | 51.36 | 64.22 | 74.65 | - |
| YUV | 200.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 216 | 0.33 | 0 | 0.03 | 0.13 | 174.25 | 0.53 | 0.73 |
| Hex | 96 | DF | D8 | 21 | 0 | 3 | D | AE | 35 | 49 |
| Octal | 226 | 337 | 330 | 41 | 0 | 3 | 15 | 256 | 65 | 111 |
| Binary | 10010110 | 11011111 | 11011000 | 100001 | 0 | 11 | 1101 | 10101110 | 110101 | 1001001 |
Color Harmonies of #96DFD8
Complementary color
Monochromatic Colors of #96DFD8
Black with #96DFD8
Text Example
Text Example
White with #96DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFD8; }
p { color: rgb(150,223,216); }
H1.HeaderClassName
{
color: #96DFD8;
}
.AnyTagClassName
{
color: #96DFD8;
}
</style>
background-color css
<style>
a { background-color: #96DFD8; }
a { background-color: rgb(150,223,216); }
div.DivClassName
{
background-color: #96DFD8;
}
.BgClassName
{
background-color: #96DFD8;
}
</style>
border-color css
<style>
span { border-color: #96DFD8; }
span { border-color: rgb(150,223,216); }
td.TdClassName
{
border-color: #96DFD8;
}
.TagClassName
{
border-color: #96DFD8;
}
</style>