Shades of Morning Glory #8EC8CA
Tints of Morning Glory #8EC8CA
RGB
CMYK
RGB Variations
Color information
#8EC8CA (or 0x8EC8CA) is known color: Morning Glory. HEX triplet: 8E, C8 and CA. RGB value is (142,200,202). Sum of RGB (Red+Green+Blue) = 142+200+202=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC8CA is #713735. Grayscale: #B6B6B6. Windows color (decimal): -7419702 or 13289614. OLE color: 13289614.
HSL color Cylindrical-coordinate representation of color #8EC8CA: hue angle of 182º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC8CA is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 200 | 202 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.21 |
| HSL | 182º | 0.36% | 0.67% | - |
| HSV(B) | 182º | 0.3% | 0.79% | - |
| XYZ | 42.47 | 51.32 | 63.55 | - |
| YUV | 182.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 202 | 0.30 | 0.01 | 0 | 0.21 | 182 | 0.36 | 0.67 |
| Hex | 8E | C8 | CA | 1E | 1 | 0 | 15 | B6 | 24 | 43 |
| Octal | 216 | 310 | 312 | 36 | 1 | 0 | 25 | 266 | 44 | 103 |
| Binary | 10001110 | 11001000 | 11001010 | 11110 | 1 | 0 | 10101 | 10110110 | 100100 | 1000011 |
Color Harmonies of #8EC8CA
Complementary color
Monochromatic Colors of #8EC8CA
Black with #8EC8CA
Text Example
Text Example
White with #8EC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8CA; }
p { color: rgb(142,200,202); }
H1.HeaderClassName
{
color: #8EC8CA;
}
.AnyTagClassName
{
color: #8EC8CA;
}
</style>
background-color css
<style>
a { background-color: #8EC8CA; }
a { background-color: rgb(142,200,202); }
div.DivClassName
{
background-color: #8EC8CA;
}
.BgClassName
{
background-color: #8EC8CA;
}
</style>
border-color css
<style>
span { border-color: #8EC8CA; }
span { border-color: rgb(142,200,202); }
td.TdClassName
{
border-color: #8EC8CA;
}
.TagClassName
{
border-color: #8EC8CA;
}
</style>