Shades of Morning Glory #96CBC7
Tints of Morning Glory #96CBC7
RGB
CMYK
RGB Variations
Color information
#96CBC7 (or 0x96CBC7) is known color: Morning Glory. HEX triplet: 96, CB and C7. RGB value is (150,203,199). Sum of RGB (Red+Green+Blue) = 150+203+199=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBC7 is #693438. Grayscale: #BABABA. Windows color (decimal): -6894649 or 13093782. OLE color: 13093782.
HSL color Cylindrical-coordinate representation of color #96CBC7: hue angle of 175.47º 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 #96CBC7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 199 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.20 |
| HSL | 175.47º | 0.34% | 0.69% | - |
| HSV(B) | 175.47º | 0.26% | 0.8% | - |
| XYZ | 44.24 | 53.32 | 61.99 | - |
| YUV | 186.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 199 | 0.26 | 0 | 0.02 | 0.20 | 175.47 | 0.34 | 0.69 |
| Hex | 96 | CB | C7 | 1A | 0 | 2 | 14 | AF | 22 | 45 |
| Octal | 226 | 313 | 307 | 32 | 0 | 2 | 24 | 257 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11000111 | 11010 | 0 | 10 | 10100 | 10101111 | 100010 | 1000101 |
Color Harmonies of #96CBC7
Complementary color
Monochromatic Colors of #96CBC7
Black with #96CBC7
Text Example
Text Example
White with #96CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBC7; }
p { color: rgb(150,203,199); }
H1.HeaderClassName
{
color: #96CBC7;
}
.AnyTagClassName
{
color: #96CBC7;
}
</style>
background-color css
<style>
a { background-color: #96CBC7; }
a { background-color: rgb(150,203,199); }
div.DivClassName
{
background-color: #96CBC7;
}
.BgClassName
{
background-color: #96CBC7;
}
</style>
border-color css
<style>
span { border-color: #96CBC7; }
span { border-color: rgb(150,203,199); }
td.TdClassName
{
border-color: #96CBC7;
}
.TagClassName
{
border-color: #96CBC7;
}
</style>