Shades of Morning Glory #9ECFCC
Tints of Morning Glory #9ECFCC
RGB
CMYK
RGB Variations
Color information
#9ECFCC (or 0x9ECFCC) is known color: Morning Glory. HEX triplet: 9E, CF and CC. RGB value is (158,207,204). Sum of RGB (Red+Green+Blue) = 158+207+204=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFCC is #613033. Grayscale: #BFBFBF. Windows color (decimal): -6369332 or 13422494. OLE color: 13422494.
HSL color Cylindrical-coordinate representation of color #9ECFCC: hue angle of 176.33º 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 #9ECFCC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 204 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.19 |
| HSL | 176.33º | 0.34% | 0.72% | - |
| HSV(B) | 176.33º | 0.24% | 0.81% | - |
| XYZ | 47.31 | 56.25 | 65.49 | - |
| YUV | 192.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 204 | 0.24 | 0 | 0.01 | 0.19 | 176.33 | 0.34 | 0.72 |
| Hex | 9E | CF | CC | 18 | 0 | 1 | 13 | B0 | 22 | 48 |
| Octal | 236 | 317 | 314 | 30 | 0 | 1 | 23 | 260 | 42 | 110 |
| Binary | 10011110 | 11001111 | 11001100 | 11000 | 0 | 1 | 10011 | 10110000 | 100010 | 1001000 |
Color Harmonies of #9ECFCC
Complementary color
Monochromatic Colors of #9ECFCC
Black with #9ECFCC
Text Example
Text Example
White with #9ECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFCC; }
p { color: rgb(158,207,204); }
H1.HeaderClassName
{
color: #9ECFCC;
}
.AnyTagClassName
{
color: #9ECFCC;
}
</style>
background-color css
<style>
a { background-color: #9ECFCC; }
a { background-color: rgb(158,207,204); }
div.DivClassName
{
background-color: #9ECFCC;
}
.BgClassName
{
background-color: #9ECFCC;
}
</style>
border-color css
<style>
span { border-color: #9ECFCC; }
span { border-color: rgb(158,207,204); }
td.TdClassName
{
border-color: #9ECFCC;
}
.TagClassName
{
border-color: #9ECFCC;
}
</style>