Shades of Morning Glory #96C3CB
Tints of Morning Glory #96C3CB
RGB
CMYK
RGB Variations
Color information
#96C3CB (or 0x96C3CB) is known color: Morning Glory. HEX triplet: 96, C3 and CB. RGB value is (150,195,203). Sum of RGB (Red+Green+Blue) = 150+195+203=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #96C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3CB is #693C34. Grayscale: #B6B6B6. Windows color (decimal): -6896693 or 13353878. OLE color: 13353878.
HSL color Cylindrical-coordinate representation of color #96C3CB: hue angle of 189.06º 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 #96C3CB is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 195 | 203 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.20 |
| HSL | 189.06º | 0.34% | 0.69% | - |
| HSV(B) | 189.06º | 0.26% | 0.8% | - |
| XYZ | 42.87 | 49.83 | 63.86 | - |
| YUV | 182.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 203 | 0.26 | 0.04 | 0 | 0.20 | 189.06 | 0.34 | 0.69 |
| Hex | 96 | C3 | CB | 1A | 4 | 0 | 14 | BD | 22 | 45 |
| Octal | 226 | 303 | 313 | 32 | 4 | 0 | 24 | 275 | 42 | 105 |
| Binary | 10010110 | 11000011 | 11001011 | 11010 | 100 | 0 | 10100 | 10111101 | 100010 | 1000101 |
Color Harmonies of #96C3CB
Complementary color
Monochromatic Colors of #96C3CB
Black with #96C3CB
Text Example
Text Example
White with #96C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3CB; }
p { color: rgb(150,195,203); }
H1.HeaderClassName
{
color: #96C3CB;
}
.AnyTagClassName
{
color: #96C3CB;
}
</style>
background-color css
<style>
a { background-color: #96C3CB; }
a { background-color: rgb(150,195,203); }
div.DivClassName
{
background-color: #96C3CB;
}
.BgClassName
{
background-color: #96C3CB;
}
</style>
border-color css
<style>
span { border-color: #96C3CB; }
span { border-color: rgb(150,195,203); }
td.TdClassName
{
border-color: #96C3CB;
}
.TagClassName
{
border-color: #96C3CB;
}
</style>