Shades of Morning Glory #8ECDD2
Tints of Morning Glory #8ECDD2
RGB
CMYK
RGB Variations
Color information
#8ECDD2 (or 0x8ECDD2) is known color: Morning Glory. HEX triplet: 8E, CD and D2. RGB value is (142,205,210). Sum of RGB (Red+Green+Blue) = 142+205+210=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #8ECDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDD2 is #71322D. Grayscale: #BABABA. Windows color (decimal): -7418414 or 13815182. OLE color: 13815182.
HSL color Cylindrical-coordinate representation of color #8ECDD2: hue angle of 184.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECDD2 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 205 | 210 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.18 |
| HSL | 184.41º | 0.43% | 0.69% | - |
| HSV(B) | 184.41º | 0.32% | 0.82% | - |
| XYZ | 44.62 | 54.07 | 69.06 | - |
| YUV | 186.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 210 | 0.32 | 0.02 | 0 | 0.18 | 184.41 | 0.43 | 0.69 |
| Hex | 8E | CD | D2 | 20 | 2 | 0 | 12 | B8 | 2B | 45 |
| Octal | 216 | 315 | 322 | 40 | 2 | 0 | 22 | 270 | 53 | 105 |
| Binary | 10001110 | 11001101 | 11010010 | 100000 | 10 | 0 | 10010 | 10111000 | 101011 | 1000101 |
Color Harmonies of #8ECDD2
Complementary color
Monochromatic Colors of #8ECDD2
Black with #8ECDD2
Text Example
Text Example
White with #8ECDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDD2; }
p { color: rgb(142,205,210); }
H1.HeaderClassName
{
color: #8ECDD2;
}
.AnyTagClassName
{
color: #8ECDD2;
}
</style>
background-color css
<style>
a { background-color: #8ECDD2; }
a { background-color: rgb(142,205,210); }
div.DivClassName
{
background-color: #8ECDD2;
}
.BgClassName
{
background-color: #8ECDD2;
}
</style>
border-color css
<style>
span { border-color: #8ECDD2; }
span { border-color: rgb(142,205,210); }
td.TdClassName
{
border-color: #8ECDD2;
}
.TagClassName
{
border-color: #8ECDD2;
}
</style>