Shades of Morning Glory #8EC2CB
Tints of Morning Glory #8EC2CB
RGB
CMYK
RGB Variations
Color information
#8EC2CB (or 0x8EC2CB) is known color: Morning Glory. HEX triplet: 8E, C2 and CB. RGB value is (142,194,203). Sum of RGB (Red+Green+Blue) = 142+194+203=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2CB is #713D34. Grayscale: #B3B3B3. Windows color (decimal): -7421237 or 13353614. OLE color: 13353614.
HSL color Cylindrical-coordinate representation of color #8EC2CB: hue angle of 188.85º 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 #8EC2CB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 194 | 203 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.20 |
| HSL | 188.85º | 0.37% | 0.68% | - |
| HSV(B) | 188.85º | 0.3% | 0.8% | - |
| XYZ | 41.23 | 48.65 | 63.72 | - |
| YUV | 179.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 203 | 0.30 | 0.04 | 0 | 0.20 | 188.85 | 0.37 | 0.68 |
| Hex | 8E | C2 | CB | 1E | 4 | 0 | 14 | BD | 25 | 44 |
| Octal | 216 | 302 | 313 | 36 | 4 | 0 | 24 | 275 | 45 | 104 |
| Binary | 10001110 | 11000010 | 11001011 | 11110 | 100 | 0 | 10100 | 10111101 | 100101 | 1000100 |
Color Harmonies of #8EC2CB
Complementary color
Monochromatic Colors of #8EC2CB
Black with #8EC2CB
Text Example
Text Example
White with #8EC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2CB; }
p { color: rgb(142,194,203); }
H1.HeaderClassName
{
color: #8EC2CB;
}
.AnyTagClassName
{
color: #8EC2CB;
}
</style>
background-color css
<style>
a { background-color: #8EC2CB; }
a { background-color: rgb(142,194,203); }
div.DivClassName
{
background-color: #8EC2CB;
}
.BgClassName
{
background-color: #8EC2CB;
}
</style>
border-color css
<style>
span { border-color: #8EC2CB; }
span { border-color: rgb(142,194,203); }
td.TdClassName
{
border-color: #8EC2CB;
}
.TagClassName
{
border-color: #8EC2CB;
}
</style>