Shades of Morning Glory #8EC8CB
Tints of Morning Glory #8EC8CB
RGB
CMYK
RGB Variations
Color information
#8EC8CB (or 0x8EC8CB) is known color: Morning Glory. HEX triplet: 8E, C8 and CB. RGB value is (142,200,203). Sum of RGB (Red+Green+Blue) = 142+200+203=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC8CB is #713734. Grayscale: #B6B6B6. Windows color (decimal): -7419701 or 13355150. OLE color: 13355150.
HSL color Cylindrical-coordinate representation of color #8EC8CB: hue angle of 182.95º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC8CB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 200 | 203 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.20 |
| HSL | 182.95º | 0.37% | 0.68% | - |
| HSV(B) | 182.95º | 0.3% | 0.8% | - |
| XYZ | 42.59 | 51.37 | 64.17 | - |
| YUV | 183 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 203 | 0.30 | 0.01 | 0 | 0.20 | 182.95 | 0.37 | 0.68 |
| Hex | 8E | C8 | CB | 1E | 1 | 0 | 14 | B7 | 25 | 44 |
| Octal | 216 | 310 | 313 | 36 | 1 | 0 | 24 | 267 | 45 | 104 |
| Binary | 10001110 | 11001000 | 11001011 | 11110 | 1 | 0 | 10100 | 10110111 | 100101 | 1000100 |
Color Harmonies of #8EC8CB
Complementary color
Monochromatic Colors of #8EC8CB
Black with #8EC8CB
Text Example
Text Example
White with #8EC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8CB; }
p { color: rgb(142,200,203); }
H1.HeaderClassName
{
color: #8EC8CB;
}
.AnyTagClassName
{
color: #8EC8CB;
}
</style>
background-color css
<style>
a { background-color: #8EC8CB; }
a { background-color: rgb(142,200,203); }
div.DivClassName
{
background-color: #8EC8CB;
}
.BgClassName
{
background-color: #8EC8CB;
}
</style>
border-color css
<style>
span { border-color: #8EC8CB; }
span { border-color: rgb(142,200,203); }
td.TdClassName
{
border-color: #8EC8CB;
}
.TagClassName
{
border-color: #8EC8CB;
}
</style>