Shades of Morning Glory #96CBC9
Tints of Morning Glory #96CBC9
RGB
CMYK
RGB Variations
Color information
#96CBC9 (or 0x96CBC9) is known color: Morning Glory. HEX triplet: 96, CB and C9. RGB value is (150,203,201). Sum of RGB (Red+Green+Blue) = 150+203+201=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBC9 is #693436. Grayscale: #BABABA. Windows color (decimal): -6894647 or 13224854. OLE color: 13224854.
HSL color Cylindrical-coordinate representation of color #96CBC9: hue angle of 177.74º 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 #96CBC9 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 201 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.20 |
| HSL | 177.74º | 0.34% | 0.69% | - |
| HSV(B) | 177.74º | 0.26% | 0.8% | - |
| XYZ | 44.48 | 53.41 | 63.22 | - |
| YUV | 186.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 201 | 0.26 | 0 | 0.01 | 0.20 | 177.74 | 0.34 | 0.69 |
| Hex | 96 | CB | C9 | 1A | 0 | 1 | 14 | B2 | 22 | 45 |
| Octal | 226 | 313 | 311 | 32 | 0 | 1 | 24 | 262 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11001001 | 11010 | 0 | 1 | 10100 | 10110010 | 100010 | 1000101 |
Color Harmonies of #96CBC9
Complementary color
Monochromatic Colors of #96CBC9
Black with #96CBC9
Text Example
Text Example
White with #96CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBC9; }
p { color: rgb(150,203,201); }
H1.HeaderClassName
{
color: #96CBC9;
}
.AnyTagClassName
{
color: #96CBC9;
}
</style>
background-color css
<style>
a { background-color: #96CBC9; }
a { background-color: rgb(150,203,201); }
div.DivClassName
{
background-color: #96CBC9;
}
.BgClassName
{
background-color: #96CBC9;
}
</style>
border-color css
<style>
span { border-color: #96CBC9; }
span { border-color: rgb(150,203,201); }
td.TdClassName
{
border-color: #96CBC9;
}
.TagClassName
{
border-color: #96CBC9;
}
</style>