Shades of Morning Glory #8EC0C5
Tints of Morning Glory #8EC0C5
RGB
CMYK
RGB Variations
Color information
#8EC0C5 (or 0x8EC0C5) is known color: Morning Glory. HEX triplet: 8E, C0 and C5. RGB value is (142,192,197). Sum of RGB (Red+Green+Blue) = 142+192+197=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EC0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0C5 is #713F3A. Grayscale: #B1B1B1. Windows color (decimal): -7421755 or 12959886. OLE color: 12959886.
HSL color Cylindrical-coordinate representation of color #8EC0C5: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC0C5 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 192 | 197 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.23 |
| HSL | 185.45º | 0.32% | 0.66% | - |
| HSV(B) | 185.45º | 0.28% | 0.77% | - |
| XYZ | 40.08 | 47.48 | 59.88 | - |
| YUV | 177.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 197 | 0.28 | 0.03 | 0 | 0.23 | 185.45 | 0.32 | 0.66 |
| Hex | 8E | C0 | C5 | 1C | 3 | 0 | 17 | B9 | 20 | 42 |
| Octal | 216 | 300 | 305 | 34 | 3 | 0 | 27 | 271 | 40 | 102 |
| Binary | 10001110 | 11000000 | 11000101 | 11100 | 11 | 0 | 10111 | 10111001 | 100000 | 1000010 |
Color Harmonies of #8EC0C5
Complementary color
Monochromatic Colors of #8EC0C5
Black with #8EC0C5
Text Example
Text Example
White with #8EC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC0C5; }
p { color: rgb(142,192,197); }
H1.HeaderClassName
{
color: #8EC0C5;
}
.AnyTagClassName
{
color: #8EC0C5;
}
</style>
background-color css
<style>
a { background-color: #8EC0C5; }
a { background-color: rgb(142,192,197); }
div.DivClassName
{
background-color: #8EC0C5;
}
.BgClassName
{
background-color: #8EC0C5;
}
</style>
border-color css
<style>
span { border-color: #8EC0C5; }
span { border-color: rgb(142,192,197); }
td.TdClassName
{
border-color: #8EC0C5;
}
.TagClassName
{
border-color: #8EC0C5;
}
</style>