Shades of Morning Glory #96CBCA
Tints of Morning Glory #96CBCA
RGB
CMYK
RGB Variations
Color information
#96CBCA (or 0x96CBCA) is known color: Morning Glory. HEX triplet: 96, CB and CA. RGB value is (150,203,202). Sum of RGB (Red+Green+Blue) = 150+203+202=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBCA is #693435. Grayscale: #BABABA. Windows color (decimal): -6894646 or 13290390. OLE color: 13290390.
HSL color Cylindrical-coordinate representation of color #96CBCA: hue angle of 178.87º 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 #96CBCA is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 202 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.20 |
| HSL | 178.87º | 0.34% | 0.69% | - |
| HSV(B) | 178.87º | 0.26% | 0.8% | - |
| XYZ | 44.59 | 53.46 | 63.85 | - |
| YUV | 187.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 202 | 0.26 | 0 | 0.00 | 0.20 | 178.87 | 0.34 | 0.69 |
| Hex | 96 | CB | CA | 1A | 0 | 0 | 14 | B3 | 22 | 45 |
| Octal | 226 | 313 | 312 | 32 | 0 | 0 | 24 | 263 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11001010 | 11010 | 0 | 0 | 10100 | 10110011 | 100010 | 1000101 |
Color Harmonies of #96CBCA
Complementary color
Monochromatic Colors of #96CBCA
Black with #96CBCA
Text Example
Text Example
White with #96CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBCA; }
p { color: rgb(150,203,202); }
H1.HeaderClassName
{
color: #96CBCA;
}
.AnyTagClassName
{
color: #96CBCA;
}
</style>
background-color css
<style>
a { background-color: #96CBCA; }
a { background-color: rgb(150,203,202); }
div.DivClassName
{
background-color: #96CBCA;
}
.BgClassName
{
background-color: #96CBCA;
}
</style>
border-color css
<style>
span { border-color: #96CBCA; }
span { border-color: rgb(150,203,202); }
td.TdClassName
{
border-color: #96CBCA;
}
.TagClassName
{
border-color: #96CBCA;
}
</style>