Shades of Morning Glory #96CED6
Tints of Morning Glory #96CED6
RGB
CMYK
RGB Variations
Color information
#96CED6 (or 0x96CED6) is known color: Morning Glory. HEX triplet: 96, CE and D6. RGB value is (150,206,214). Sum of RGB (Red+Green+Blue) = 150+206+214=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #96CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CED6 is #693129. Grayscale: #BEBEBE. Windows color (decimal): -6893866 or 14077590. OLE color: 14077590.
HSL color Cylindrical-coordinate representation of color #96CED6: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CED6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 206 | 214 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.16 |
| HSL | 187.5º | 0.44% | 0.71% | - |
| HSV(B) | 187.5º | 0.3% | 0.84% | - |
| XYZ | 46.79 | 55.48 | 71.86 | - |
| YUV | 190.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 214 | 0.30 | 0.04 | 0 | 0.16 | 187.5 | 0.44 | 0.71 |
| Hex | 96 | CE | D6 | 1E | 4 | 0 | 10 | BC | 2C | 47 |
| Octal | 226 | 316 | 326 | 36 | 4 | 0 | 20 | 274 | 54 | 107 |
| Binary | 10010110 | 11001110 | 11010110 | 11110 | 100 | 0 | 10000 | 10111100 | 101100 | 1000111 |
Color Harmonies of #96CED6
Complementary color
Monochromatic Colors of #96CED6
Black with #96CED6
Text Example
Text Example
White with #96CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CED6; }
p { color: rgb(150,206,214); }
H1.HeaderClassName
{
color: #96CED6;
}
.AnyTagClassName
{
color: #96CED6;
}
</style>
background-color css
<style>
a { background-color: #96CED6; }
a { background-color: rgb(150,206,214); }
div.DivClassName
{
background-color: #96CED6;
}
.BgClassName
{
background-color: #96CED6;
}
</style>
border-color css
<style>
span { border-color: #96CED6; }
span { border-color: rgb(150,206,214); }
td.TdClassName
{
border-color: #96CED6;
}
.TagClassName
{
border-color: #96CED6;
}
</style>