Shades of Morning Glory #8ECDD5
Tints of Morning Glory #8ECDD5
RGB
CMYK
RGB Variations
Color information
#8ECDD5 (or 0x8ECDD5) is known color: Morning Glory. HEX triplet: 8E, CD and D5. RGB value is (142,205,213). Sum of RGB (Red+Green+Blue) = 142+205+213=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #8ECDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDD5 is #71322A. Grayscale: #BABABA. Windows color (decimal): -7418411 or 14011790. OLE color: 14011790.
HSL color Cylindrical-coordinate representation of color #8ECDD5: hue angle of 186.76º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECDD5 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 205 | 213 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.16 |
| HSL | 186.76º | 0.46% | 0.7% | - |
| HSV(B) | 186.76º | 0.33% | 0.84% | - |
| XYZ | 45 | 54.22 | 71.04 | - |
| YUV | 187.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 213 | 0.33 | 0.04 | 0 | 0.16 | 186.76 | 0.46 | 0.7 |
| Hex | 8E | CD | D5 | 21 | 4 | 0 | 10 | BB | 2E | 46 |
| Octal | 216 | 315 | 325 | 41 | 4 | 0 | 20 | 273 | 56 | 106 |
| Binary | 10001110 | 11001101 | 11010101 | 100001 | 100 | 0 | 10000 | 10111011 | 101110 | 1000110 |
Color Harmonies of #8ECDD5
Complementary color
Monochromatic Colors of #8ECDD5
Black with #8ECDD5
Text Example
Text Example
White with #8ECDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDD5; }
p { color: rgb(142,205,213); }
H1.HeaderClassName
{
color: #8ECDD5;
}
.AnyTagClassName
{
color: #8ECDD5;
}
</style>
background-color css
<style>
a { background-color: #8ECDD5; }
a { background-color: rgb(142,205,213); }
div.DivClassName
{
background-color: #8ECDD5;
}
.BgClassName
{
background-color: #8ECDD5;
}
</style>
border-color css
<style>
span { border-color: #8ECDD5; }
span { border-color: rgb(142,205,213); }
td.TdClassName
{
border-color: #8ECDD5;
}
.TagClassName
{
border-color: #8ECDD5;
}
</style>