Shades of Morning Glory #9ECED4
Tints of Morning Glory #9ECED4
RGB
CMYK
RGB Variations
Color information
#9ECED4 (or 0x9ECED4) is known color: Morning Glory. HEX triplet: 9E, CE and D4. RGB value is (158,206,212). Sum of RGB (Red+Green+Blue) = 158+206+212=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #9ECED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECED4 is #61312B. Grayscale: #C0C0C0. Windows color (decimal): -6369580 or 13946526. OLE color: 13946526.
HSL color Cylindrical-coordinate representation of color #9ECED4: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ECED4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 206 | 212 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.17 |
| HSL | 186.67º | 0.39% | 0.73% | - |
| HSV(B) | 186.67º | 0.25% | 0.83% | - |
| XYZ | 48.06 | 56.17 | 70.6 | - |
| YUV | 192.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 212 | 0.25 | 0.03 | 0 | 0.17 | 186.67 | 0.39 | 0.73 |
| Hex | 9E | CE | D4 | 19 | 3 | 0 | 11 | BB | 27 | 49 |
| Octal | 236 | 316 | 324 | 31 | 3 | 0 | 21 | 273 | 47 | 111 |
| Binary | 10011110 | 11001110 | 11010100 | 11001 | 11 | 0 | 10001 | 10111011 | 100111 | 1001001 |
Color Harmonies of #9ECED4
Complementary color
Monochromatic Colors of #9ECED4
Black with #9ECED4
Text Example
Text Example
White with #9ECED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECED4; }
p { color: rgb(158,206,212); }
H1.HeaderClassName
{
color: #9ECED4;
}
.AnyTagClassName
{
color: #9ECED4;
}
</style>
background-color css
<style>
a { background-color: #9ECED4; }
a { background-color: rgb(158,206,212); }
div.DivClassName
{
background-color: #9ECED4;
}
.BgClassName
{
background-color: #9ECED4;
}
</style>
border-color css
<style>
span { border-color: #9ECED4; }
span { border-color: rgb(158,206,212); }
td.TdClassName
{
border-color: #9ECED4;
}
.TagClassName
{
border-color: #9ECED4;
}
</style>