Shades of Morning Glory #9ECBCD
Tints of Morning Glory #9ECBCD
RGB
CMYK
RGB Variations
Color information
#9ECBCD (or 0x9ECBCD) is known color: Morning Glory. HEX triplet: 9E, CB and CD. RGB value is (158,203,205). Sum of RGB (Red+Green+Blue) = 158+203+205=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ECBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBCD is #613432. Grayscale: #BDBDBD. Windows color (decimal): -6370355 or 13487006. OLE color: 13487006.
HSL color Cylindrical-coordinate representation of color #9ECBCD: hue angle of 182.55º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECBCD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 205 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.20 |
| HSL | 182.55º | 0.32% | 0.71% | - |
| HSV(B) | 182.55º | 0.23% | 0.8% | - |
| XYZ | 46.48 | 54.39 | 65.81 | - |
| YUV | 189.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 205 | 0.23 | 0.01 | 0 | 0.20 | 182.55 | 0.32 | 0.71 |
| Hex | 9E | CB | CD | 17 | 1 | 0 | 14 | B7 | 20 | 47 |
| Octal | 236 | 313 | 315 | 27 | 1 | 0 | 24 | 267 | 40 | 107 |
| Binary | 10011110 | 11001011 | 11001101 | 10111 | 1 | 0 | 10100 | 10110111 | 100000 | 1000111 |
Color Harmonies of #9ECBCD
Complementary color
Monochromatic Colors of #9ECBCD
Black with #9ECBCD
Text Example
Text Example
White with #9ECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBCD; }
p { color: rgb(158,203,205); }
H1.HeaderClassName
{
color: #9ECBCD;
}
.AnyTagClassName
{
color: #9ECBCD;
}
</style>
background-color css
<style>
a { background-color: #9ECBCD; }
a { background-color: rgb(158,203,205); }
div.DivClassName
{
background-color: #9ECBCD;
}
.BgClassName
{
background-color: #9ECBCD;
}
</style>
border-color css
<style>
span { border-color: #9ECBCD; }
span { border-color: rgb(158,203,205); }
td.TdClassName
{
border-color: #9ECBCD;
}
.TagClassName
{
border-color: #9ECBCD;
}
</style>