Shades of Morning Glory #9EC8C6
Tints of Morning Glory #9EC8C6
RGB
CMYK
RGB Variations
Color information
#9EC8C6 (or 0x9EC8C6) is known color: Morning Glory. HEX triplet: 9E, C8 and C6. RGB value is (158,200,198). Sum of RGB (Red+Green+Blue) = 158+200+198=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8C6 is #613739. Grayscale: #BBBBBB. Windows color (decimal): -6371130 or 13027486. OLE color: 13027486.
HSL color Cylindrical-coordinate representation of color #9EC8C6: hue angle of 177.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC8C6 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 198 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.22 |
| HSL | 177.14º | 0.28% | 0.7% | - |
| HSV(B) | 177.14º | 0.21% | 0.78% | - |
| XYZ | 44.95 | 52.65 | 61.22 | - |
| YUV | 187.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 198 | 0.21 | 0 | 0.01 | 0.22 | 177.14 | 0.28 | 0.7 |
| Hex | 9E | C8 | C6 | 15 | 0 | 1 | 16 | B1 | 1C | 46 |
| Octal | 236 | 310 | 306 | 25 | 0 | 1 | 26 | 261 | 34 | 106 |
| Binary | 10011110 | 11001000 | 11000110 | 10101 | 0 | 1 | 10110 | 10110001 | 11100 | 1000110 |
Color Harmonies of #9EC8C6
Complementary color
Monochromatic Colors of #9EC8C6
Black with #9EC8C6
Text Example
Text Example
White with #9EC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC8C6; }
p { color: rgb(158,200,198); }
H1.HeaderClassName
{
color: #9EC8C6;
}
.AnyTagClassName
{
color: #9EC8C6;
}
</style>
background-color css
<style>
a { background-color: #9EC8C6; }
a { background-color: rgb(158,200,198); }
div.DivClassName
{
background-color: #9EC8C6;
}
.BgClassName
{
background-color: #9EC8C6;
}
</style>
border-color css
<style>
span { border-color: #9EC8C6; }
span { border-color: rgb(158,200,198); }
td.TdClassName
{
border-color: #9EC8C6;
}
.TagClassName
{
border-color: #9EC8C6;
}
</style>