Shades of Morning Glory #96C6CB
Tints of Morning Glory #96C6CB
RGB
CMYK
RGB Variations
Color information
#96C6CB (or 0x96C6CB) is known color: Morning Glory. HEX triplet: 96, C6 and CB. RGB value is (150,198,203). Sum of RGB (Red+Green+Blue) = 150+198+203=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #96C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6CB is #693934. Grayscale: #B8B8B8. Windows color (decimal): -6895925 or 13354646. OLE color: 13354646.
HSL color Cylindrical-coordinate representation of color #96C6CB: hue angle of 185.66º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C6CB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 198 | 203 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.20 |
| HSL | 185.66º | 0.34% | 0.69% | - |
| HSV(B) | 185.66º | 0.26% | 0.8% | - |
| XYZ | 43.55 | 51.18 | 64.08 | - |
| YUV | 184.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 203 | 0.26 | 0.02 | 0 | 0.20 | 185.66 | 0.34 | 0.69 |
| Hex | 96 | C6 | CB | 1A | 2 | 0 | 14 | BA | 22 | 45 |
| Octal | 226 | 306 | 313 | 32 | 2 | 0 | 24 | 272 | 42 | 105 |
| Binary | 10010110 | 11000110 | 11001011 | 11010 | 10 | 0 | 10100 | 10111010 | 100010 | 1000101 |
Color Harmonies of #96C6CB
Complementary color
Monochromatic Colors of #96C6CB
Black with #96C6CB
Text Example
Text Example
White with #96C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6CB; }
p { color: rgb(150,198,203); }
H1.HeaderClassName
{
color: #96C6CB;
}
.AnyTagClassName
{
color: #96C6CB;
}
</style>
background-color css
<style>
a { background-color: #96C6CB; }
a { background-color: rgb(150,198,203); }
div.DivClassName
{
background-color: #96C6CB;
}
.BgClassName
{
background-color: #96C6CB;
}
</style>
border-color css
<style>
span { border-color: #96C6CB; }
span { border-color: rgb(150,198,203); }
td.TdClassName
{
border-color: #96C6CB;
}
.TagClassName
{
border-color: #96C6CB;
}
</style>