Shades of Morning Glory #9EC4CA
Tints of Morning Glory #9EC4CA
RGB
CMYK
RGB Variations
Color information
#9EC4CA (or 0x9EC4CA) is known color: Morning Glory. HEX triplet: 9E, C4 and CA. RGB value is (158,196,202). Sum of RGB (Red+Green+Blue) = 158+196+202=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC4CA is #613B35. Grayscale: #B9B9B9. Windows color (decimal): -6372150 or 13288606. OLE color: 13288606.
HSL color Cylindrical-coordinate representation of color #9EC4CA: hue angle of 188.18º 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 #9EC4CA is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 196 | 202 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.21 |
| HSL | 188.18º | 0.29% | 0.71% | - |
| HSV(B) | 188.18º | 0.22% | 0.79% | - |
| XYZ | 44.5 | 51.01 | 63.38 | - |
| YUV | 185.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 202 | 0.22 | 0.03 | 0 | 0.21 | 188.18 | 0.29 | 0.71 |
| Hex | 9E | C4 | CA | 16 | 3 | 0 | 15 | BC | 1D | 47 |
| Octal | 236 | 304 | 312 | 26 | 3 | 0 | 25 | 274 | 35 | 107 |
| Binary | 10011110 | 11000100 | 11001010 | 10110 | 11 | 0 | 10101 | 10111100 | 11101 | 1000111 |
Color Harmonies of #9EC4CA
Complementary color
Monochromatic Colors of #9EC4CA
Black with #9EC4CA
Text Example
Text Example
White with #9EC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC4CA; }
p { color: rgb(158,196,202); }
H1.HeaderClassName
{
color: #9EC4CA;
}
.AnyTagClassName
{
color: #9EC4CA;
}
</style>
background-color css
<style>
a { background-color: #9EC4CA; }
a { background-color: rgb(158,196,202); }
div.DivClassName
{
background-color: #9EC4CA;
}
.BgClassName
{
background-color: #9EC4CA;
}
</style>
border-color css
<style>
span { border-color: #9EC4CA; }
span { border-color: rgb(158,196,202); }
td.TdClassName
{
border-color: #9EC4CA;
}
.TagClassName
{
border-color: #9EC4CA;
}
</style>