Shades of Morning Glory #8ECACD
Tints of Morning Glory #8ECACD
RGB
CMYK
RGB Variations
Color information
#8ECACD (or 0x8ECACD) is known color: Morning Glory. HEX triplet: 8E, CA and CD. RGB value is (142,202,205). Sum of RGB (Red+Green+Blue) = 142+202+205=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ECACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECACD is #713532. Grayscale: #B8B8B8. Windows color (decimal): -7419187 or 13486734. OLE color: 13486734.
HSL color Cylindrical-coordinate representation of color #8ECACD: hue angle of 182.86º 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 #8ECACD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 202 | 205 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.20 |
| HSL | 182.86º | 0.39% | 0.68% | - |
| HSV(B) | 182.86º | 0.31% | 0.8% | - |
| XYZ | 43.3 | 52.4 | 65.59 | - |
| YUV | 184.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 205 | 0.31 | 0.01 | 0 | 0.20 | 182.86 | 0.39 | 0.68 |
| Hex | 8E | CA | CD | 1F | 1 | 0 | 14 | B7 | 27 | 44 |
| Octal | 216 | 312 | 315 | 37 | 1 | 0 | 24 | 267 | 47 | 104 |
| Binary | 10001110 | 11001010 | 11001101 | 11111 | 1 | 0 | 10100 | 10110111 | 100111 | 1000100 |
Color Harmonies of #8ECACD
Complementary color
Monochromatic Colors of #8ECACD
Black with #8ECACD
Text Example
Text Example
White with #8ECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECACD; }
p { color: rgb(142,202,205); }
H1.HeaderClassName
{
color: #8ECACD;
}
.AnyTagClassName
{
color: #8ECACD;
}
</style>
background-color css
<style>
a { background-color: #8ECACD; }
a { background-color: rgb(142,202,205); }
div.DivClassName
{
background-color: #8ECACD;
}
.BgClassName
{
background-color: #8ECACD;
}
</style>
border-color css
<style>
span { border-color: #8ECACD; }
span { border-color: rgb(142,202,205); }
td.TdClassName
{
border-color: #8ECACD;
}
.TagClassName
{
border-color: #8ECACD;
}
</style>