Shades of Morning Glory #96CBC8
Tints of Morning Glory #96CBC8
RGB
CMYK
RGB Variations
Color information
#96CBC8 (or 0x96CBC8) is known color: Morning Glory. HEX triplet: 96, CB and C8. RGB value is (150,203,200). Sum of RGB (Red+Green+Blue) = 150+203+200=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBC8 is #693437. Grayscale: #BABABA. Windows color (decimal): -6894648 or 13159318. OLE color: 13159318.
HSL color Cylindrical-coordinate representation of color #96CBC8: hue angle of 176.6º 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 #96CBC8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 200 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.20 |
| HSL | 176.6º | 0.34% | 0.69% | - |
| HSV(B) | 176.6º | 0.26% | 0.8% | - |
| XYZ | 44.36 | 53.37 | 62.61 | - |
| YUV | 186.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 200 | 0.26 | 0 | 0.01 | 0.20 | 176.6 | 0.34 | 0.69 |
| Hex | 96 | CB | C8 | 1A | 0 | 1 | 14 | B1 | 22 | 45 |
| Octal | 226 | 313 | 310 | 32 | 0 | 1 | 24 | 261 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11001000 | 11010 | 0 | 1 | 10100 | 10110001 | 100010 | 1000101 |
Color Harmonies of #96CBC8
Complementary color
Monochromatic Colors of #96CBC8
Black with #96CBC8
Text Example
Text Example
White with #96CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBC8; }
p { color: rgb(150,203,200); }
H1.HeaderClassName
{
color: #96CBC8;
}
.AnyTagClassName
{
color: #96CBC8;
}
</style>
background-color css
<style>
a { background-color: #96CBC8; }
a { background-color: rgb(150,203,200); }
div.DivClassName
{
background-color: #96CBC8;
}
.BgClassName
{
background-color: #96CBC8;
}
</style>
border-color css
<style>
span { border-color: #96CBC8; }
span { border-color: rgb(150,203,200); }
td.TdClassName
{
border-color: #96CBC8;
}
.TagClassName
{
border-color: #96CBC8;
}
</style>