Shades of Morning Glory #9EC9CB
Tints of Morning Glory #9EC9CB
RGB
CMYK
RGB Variations
Color information
#9EC9CB (or 0x9EC9CB) is known color: Morning Glory. HEX triplet: 9E, C9 and CB. RGB value is (158,201,203). Sum of RGB (Red+Green+Blue) = 158+201+203=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9CB is #613634. Grayscale: #BCBCBC. Windows color (decimal): -6370869 or 13355422. OLE color: 13355422.
HSL color Cylindrical-coordinate representation of color #9EC9CB: hue angle of 182.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EC9CB is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 201 | 203 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.20 |
| HSL | 182.67º | 0.3% | 0.71% | - |
| HSV(B) | 182.67º | 0.22% | 0.8% | - |
| XYZ | 45.77 | 53.35 | 64.39 | - |
| YUV | 188.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 203 | 0.22 | 0.01 | 0 | 0.20 | 182.67 | 0.3 | 0.71 |
| Hex | 9E | C9 | CB | 16 | 1 | 0 | 14 | B7 | 1E | 47 |
| Octal | 236 | 311 | 313 | 26 | 1 | 0 | 24 | 267 | 36 | 107 |
| Binary | 10011110 | 11001001 | 11001011 | 10110 | 1 | 0 | 10100 | 10110111 | 11110 | 1000111 |
Color Harmonies of #9EC9CB
Complementary color
Monochromatic Colors of #9EC9CB
Black with #9EC9CB
Text Example
Text Example
White with #9EC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9CB; }
p { color: rgb(158,201,203); }
H1.HeaderClassName
{
color: #9EC9CB;
}
.AnyTagClassName
{
color: #9EC9CB;
}
</style>
background-color css
<style>
a { background-color: #9EC9CB; }
a { background-color: rgb(158,201,203); }
div.DivClassName
{
background-color: #9EC9CB;
}
.BgClassName
{
background-color: #9EC9CB;
}
</style>
border-color css
<style>
span { border-color: #9EC9CB; }
span { border-color: rgb(158,201,203); }
td.TdClassName
{
border-color: #9EC9CB;
}
.TagClassName
{
border-color: #9EC9CB;
}
</style>