Shades of Morning Glory #9EC7CA
Tints of Morning Glory #9EC7CA
RGB
CMYK
RGB Variations
Color information
#9EC7CA (or 0x9EC7CA) is known color: Morning Glory. HEX triplet: 9E, C7 and CA. RGB value is (158,199,202). Sum of RGB (Red+Green+Blue) = 158+199+202=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7CA is #613835. Grayscale: #BBBBBB. Windows color (decimal): -6371382 or 13289374. OLE color: 13289374.
HSL color Cylindrical-coordinate representation of color #9EC7CA: hue angle of 184.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EC7CA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 199 | 202 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.21 |
| HSL | 184.09º | 0.29% | 0.71% | - |
| HSV(B) | 184.09º | 0.22% | 0.79% | - |
| XYZ | 45.18 | 52.38 | 63.61 | - |
| YUV | 187.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 202 | 0.22 | 0.01 | 0 | 0.21 | 184.09 | 0.29 | 0.71 |
| Hex | 9E | C7 | CA | 16 | 1 | 0 | 15 | B8 | 1D | 47 |
| Octal | 236 | 307 | 312 | 26 | 1 | 0 | 25 | 270 | 35 | 107 |
| Binary | 10011110 | 11000111 | 11001010 | 10110 | 1 | 0 | 10101 | 10111000 | 11101 | 1000111 |
Color Harmonies of #9EC7CA
Complementary color
Monochromatic Colors of #9EC7CA
Black with #9EC7CA
Text Example
Text Example
White with #9EC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC7CA; }
p { color: rgb(158,199,202); }
H1.HeaderClassName
{
color: #9EC7CA;
}
.AnyTagClassName
{
color: #9EC7CA;
}
</style>
background-color css
<style>
a { background-color: #9EC7CA; }
a { background-color: rgb(158,199,202); }
div.DivClassName
{
background-color: #9EC7CA;
}
.BgClassName
{
background-color: #9EC7CA;
}
</style>
border-color css
<style>
span { border-color: #9EC7CA; }
span { border-color: rgb(158,199,202); }
td.TdClassName
{
border-color: #9EC7CA;
}
.TagClassName
{
border-color: #9EC7CA;
}
</style>