Shades of Morning Glory #96C6CA
Tints of Morning Glory #96C6CA
RGB
CMYK
RGB Variations
Color information
#96C6CA (or 0x96C6CA) is known color: Morning Glory. HEX triplet: 96, C6 and CA. RGB value is (150,198,202). Sum of RGB (Red+Green+Blue) = 150+198+202=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #96C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6CA is #693935. Grayscale: #B8B8B8. Windows color (decimal): -6895926 or 13289110. OLE color: 13289110.
HSL color Cylindrical-coordinate representation of color #96C6CA: hue angle of 184.62º 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 #96C6CA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 198 | 202 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.21 |
| HSL | 184.62º | 0.33% | 0.69% | - |
| HSV(B) | 184.62º | 0.26% | 0.79% | - |
| XYZ | 43.43 | 51.14 | 63.46 | - |
| YUV | 184.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 202 | 0.26 | 0.02 | 0 | 0.21 | 184.62 | 0.33 | 0.69 |
| Hex | 96 | C6 | CA | 1A | 2 | 0 | 15 | B9 | 21 | 45 |
| Octal | 226 | 306 | 312 | 32 | 2 | 0 | 25 | 271 | 41 | 105 |
| Binary | 10010110 | 11000110 | 11001010 | 11010 | 10 | 0 | 10101 | 10111001 | 100001 | 1000101 |
Color Harmonies of #96C6CA
Complementary color
Monochromatic Colors of #96C6CA
Black with #96C6CA
Text Example
Text Example
White with #96C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6CA; }
p { color: rgb(150,198,202); }
H1.HeaderClassName
{
color: #96C6CA;
}
.AnyTagClassName
{
color: #96C6CA;
}
</style>
background-color css
<style>
a { background-color: #96C6CA; }
a { background-color: rgb(150,198,202); }
div.DivClassName
{
background-color: #96C6CA;
}
.BgClassName
{
background-color: #96C6CA;
}
</style>
border-color css
<style>
span { border-color: #96C6CA; }
span { border-color: rgb(150,198,202); }
td.TdClassName
{
border-color: #96C6CA;
}
.TagClassName
{
border-color: #96C6CA;
}
</style>