Shades of Morning Glory #8EC8CE
Tints of Morning Glory #8EC8CE
RGB
CMYK
RGB Variations
Color information
#8EC8CE (or 0x8EC8CE) is known color: Morning Glory. HEX triplet: 8E, C8 and CE. RGB value is (142,200,206). Sum of RGB (Red+Green+Blue) = 142+200+206=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC8CE is #713731. Grayscale: #B7B7B7. Windows color (decimal): -7419698 or 13551758. OLE color: 13551758.
HSL color Cylindrical-coordinate representation of color #8EC8CE: hue angle of 185.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC8CE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 200 | 206 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.19 |
| HSL | 185.63º | 0.4% | 0.68% | - |
| HSV(B) | 185.63º | 0.31% | 0.81% | - |
| XYZ | 42.95 | 51.52 | 66.07 | - |
| YUV | 183.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 206 | 0.31 | 0.03 | 0 | 0.19 | 185.63 | 0.4 | 0.68 |
| Hex | 8E | C8 | CE | 1F | 3 | 0 | 13 | BA | 28 | 44 |
| Octal | 216 | 310 | 316 | 37 | 3 | 0 | 23 | 272 | 50 | 104 |
| Binary | 10001110 | 11001000 | 11001110 | 11111 | 11 | 0 | 10011 | 10111010 | 101000 | 1000100 |
Color Harmonies of #8EC8CE
Complementary color
Monochromatic Colors of #8EC8CE
Black with #8EC8CE
Text Example
Text Example
White with #8EC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8CE; }
p { color: rgb(142,200,206); }
H1.HeaderClassName
{
color: #8EC8CE;
}
.AnyTagClassName
{
color: #8EC8CE;
}
</style>
background-color css
<style>
a { background-color: #8EC8CE; }
a { background-color: rgb(142,200,206); }
div.DivClassName
{
background-color: #8EC8CE;
}
.BgClassName
{
background-color: #8EC8CE;
}
</style>
border-color css
<style>
span { border-color: #8EC8CE; }
span { border-color: rgb(142,200,206); }
td.TdClassName
{
border-color: #8EC8CE;
}
.TagClassName
{
border-color: #8EC8CE;
}
</style>