Shades of Morning Glory #96C6CE
Tints of Morning Glory #96C6CE
RGB
CMYK
RGB Variations
Color information
#96C6CE (or 0x96C6CE) is known color: Morning Glory. HEX triplet: 96, C6 and CE. RGB value is (150,198,206). Sum of RGB (Red+Green+Blue) = 150+198+206=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #96C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6CE is #693931. Grayscale: #B8B8B8. Windows color (decimal): -6895922 or 13551254. OLE color: 13551254.
HSL color Cylindrical-coordinate representation of color #96C6CE: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C6CE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 198 | 206 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.19 |
| HSL | 188.57º | 0.36% | 0.7% | - |
| HSV(B) | 188.57º | 0.27% | 0.81% | - |
| XYZ | 43.91 | 51.33 | 65.99 | - |
| YUV | 184.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 206 | 0.27 | 0.04 | 0 | 0.19 | 188.57 | 0.36 | 0.7 |
| Hex | 96 | C6 | CE | 1B | 4 | 0 | 13 | BD | 24 | 46 |
| Octal | 226 | 306 | 316 | 33 | 4 | 0 | 23 | 275 | 44 | 106 |
| Binary | 10010110 | 11000110 | 11001110 | 11011 | 100 | 0 | 10011 | 10111101 | 100100 | 1000110 |
Color Harmonies of #96C6CE
Complementary color
Monochromatic Colors of #96C6CE
Black with #96C6CE
Text Example
Text Example
White with #96C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6CE; }
p { color: rgb(150,198,206); }
H1.HeaderClassName
{
color: #96C6CE;
}
.AnyTagClassName
{
color: #96C6CE;
}
</style>
background-color css
<style>
a { background-color: #96C6CE; }
a { background-color: rgb(150,198,206); }
div.DivClassName
{
background-color: #96C6CE;
}
.BgClassName
{
background-color: #96C6CE;
}
</style>
border-color css
<style>
span { border-color: #96C6CE; }
span { border-color: rgb(150,198,206); }
td.TdClassName
{
border-color: #96C6CE;
}
.TagClassName
{
border-color: #96C6CE;
}
</style>