Shades of Morning Glory #9ECFCD
Tints of Morning Glory #9ECFCD
RGB
CMYK
RGB Variations
Color information
#9ECFCD (or 0x9ECFCD) is known color: Morning Glory. HEX triplet: 9E, CF and CD. RGB value is (158,207,205). Sum of RGB (Red+Green+Blue) = 158+207+205=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFCD is #613032. Grayscale: #C0C0C0. Windows color (decimal): -6369331 or 13488030. OLE color: 13488030.
HSL color Cylindrical-coordinate representation of color #9ECFCD: hue angle of 177.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFCD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 205 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.19 |
| HSL | 177.55º | 0.34% | 0.72% | - |
| HSV(B) | 177.55º | 0.24% | 0.81% | - |
| XYZ | 47.43 | 56.3 | 66.13 | - |
| YUV | 192.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 205 | 0.24 | 0 | 0.01 | 0.19 | 177.55 | 0.34 | 0.72 |
| Hex | 9E | CF | CD | 18 | 0 | 1 | 13 | B2 | 22 | 48 |
| Octal | 236 | 317 | 315 | 30 | 0 | 1 | 23 | 262 | 42 | 110 |
| Binary | 10011110 | 11001111 | 11001101 | 11000 | 0 | 1 | 10011 | 10110010 | 100010 | 1001000 |
Color Harmonies of #9ECFCD
Complementary color
Monochromatic Colors of #9ECFCD
Black with #9ECFCD
Text Example
Text Example
White with #9ECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFCD; }
p { color: rgb(158,207,205); }
H1.HeaderClassName
{
color: #9ECFCD;
}
.AnyTagClassName
{
color: #9ECFCD;
}
</style>
background-color css
<style>
a { background-color: #9ECFCD; }
a { background-color: rgb(158,207,205); }
div.DivClassName
{
background-color: #9ECFCD;
}
.BgClassName
{
background-color: #9ECFCD;
}
</style>
border-color css
<style>
span { border-color: #9ECFCD; }
span { border-color: rgb(158,207,205); }
td.TdClassName
{
border-color: #9ECFCD;
}
.TagClassName
{
border-color: #9ECFCD;
}
</style>