Shades of Morning Glory #96C3CA
Tints of Morning Glory #96C3CA
RGB
CMYK
RGB Variations
Color information
#96C3CA (or 0x96C3CA) is known color: Morning Glory. HEX triplet: 96, C3 and CA. RGB value is (150,195,202). Sum of RGB (Red+Green+Blue) = 150+195+202=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #96C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3CA is #693C35. Grayscale: #B6B6B6. Windows color (decimal): -6896694 or 13288342. OLE color: 13288342.
HSL color Cylindrical-coordinate representation of color #96C3CA: hue angle of 188.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96C3CA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 195 | 202 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.21 |
| HSL | 188.08º | 0.33% | 0.69% | - |
| HSV(B) | 188.08º | 0.26% | 0.79% | - |
| XYZ | 42.75 | 49.78 | 63.23 | - |
| YUV | 182.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 202 | 0.26 | 0.03 | 0 | 0.21 | 188.08 | 0.33 | 0.69 |
| Hex | 96 | C3 | CA | 1A | 3 | 0 | 15 | BC | 21 | 45 |
| Octal | 226 | 303 | 312 | 32 | 3 | 0 | 25 | 274 | 41 | 105 |
| Binary | 10010110 | 11000011 | 11001010 | 11010 | 11 | 0 | 10101 | 10111100 | 100001 | 1000101 |
Color Harmonies of #96C3CA
Complementary color
Monochromatic Colors of #96C3CA
Black with #96C3CA
Text Example
Text Example
White with #96C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3CA; }
p { color: rgb(150,195,202); }
H1.HeaderClassName
{
color: #96C3CA;
}
.AnyTagClassName
{
color: #96C3CA;
}
</style>
background-color css
<style>
a { background-color: #96C3CA; }
a { background-color: rgb(150,195,202); }
div.DivClassName
{
background-color: #96C3CA;
}
.BgClassName
{
background-color: #96C3CA;
}
</style>
border-color css
<style>
span { border-color: #96C3CA; }
span { border-color: rgb(150,195,202); }
td.TdClassName
{
border-color: #96C3CA;
}
.TagClassName
{
border-color: #96C3CA;
}
</style>