Shades of Morning Glory #8ECBCD
Tints of Morning Glory #8ECBCD
RGB
CMYK
RGB Variations
Color information
#8ECBCD (or 0x8ECBCD) is known color: Morning Glory. HEX triplet: 8E, CB and CD. RGB value is (142,203,205). Sum of RGB (Red+Green+Blue) = 142+203+205=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ECBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBCD is #713432. Grayscale: #B8B8B8. Windows color (decimal): -7418931 or 13486990. OLE color: 13486990.
HSL color Cylindrical-coordinate representation of color #8ECBCD: hue angle of 181.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECBCD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 205 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.20 |
| HSL | 181.9º | 0.39% | 0.68% | - |
| HSV(B) | 181.9º | 0.31% | 0.8% | - |
| XYZ | 43.53 | 52.87 | 65.67 | - |
| YUV | 184.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 205 | 0.31 | 0.01 | 0 | 0.20 | 181.9 | 0.39 | 0.68 |
| Hex | 8E | CB | CD | 1F | 1 | 0 | 14 | B6 | 27 | 44 |
| Octal | 216 | 313 | 315 | 37 | 1 | 0 | 24 | 266 | 47 | 104 |
| Binary | 10001110 | 11001011 | 11001101 | 11111 | 1 | 0 | 10100 | 10110110 | 100111 | 1000100 |
Color Harmonies of #8ECBCD
Complementary color
Monochromatic Colors of #8ECBCD
Black with #8ECBCD
Text Example
Text Example
White with #8ECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBCD; }
p { color: rgb(142,203,205); }
H1.HeaderClassName
{
color: #8ECBCD;
}
.AnyTagClassName
{
color: #8ECBCD;
}
</style>
background-color css
<style>
a { background-color: #8ECBCD; }
a { background-color: rgb(142,203,205); }
div.DivClassName
{
background-color: #8ECBCD;
}
.BgClassName
{
background-color: #8ECBCD;
}
</style>
border-color css
<style>
span { border-color: #8ECBCD; }
span { border-color: rgb(142,203,205); }
td.TdClassName
{
border-color: #8ECBCD;
}
.TagClassName
{
border-color: #8ECBCD;
}
</style>