Shades of Morning Glory #8DCECD
Tints of Morning Glory #8DCECD
RGB
CMYK
RGB Variations
Color information
#8DCECD (or 0x8DCECD) is known color: Morning Glory. HEX triplet: 8D, CE and CD. RGB value is (141,206,205). Sum of RGB (Red+Green+Blue) = 141+206+205=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCECD is #723132. Grayscale: #BABABA. Windows color (decimal): -7483699 or 13487757. OLE color: 13487757.
HSL color Cylindrical-coordinate representation of color #8DCECD: hue angle of 179.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCECD is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 205 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.19 |
| HSL | 179.08º | 0.4% | 0.68% | - |
| HSV(B) | 179.08º | 0.32% | 0.81% | - |
| XYZ | 44.08 | 54.21 | 65.9 | - |
| YUV | 186.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 205 | 0.32 | 0 | 0.00 | 0.19 | 179.08 | 0.4 | 0.68 |
| Hex | 8D | CE | CD | 20 | 0 | 0 | 13 | B3 | 28 | 44 |
| Octal | 215 | 316 | 315 | 40 | 0 | 0 | 23 | 263 | 50 | 104 |
| Binary | 10001101 | 11001110 | 11001101 | 100000 | 0 | 0 | 10011 | 10110011 | 101000 | 1000100 |
Color Harmonies of #8DCECD
Complementary color
Monochromatic Colors of #8DCECD
Black with #8DCECD
Text Example
Text Example
White with #8DCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCECD; }
p { color: rgb(141,206,205); }
H1.HeaderClassName
{
color: #8DCECD;
}
.AnyTagClassName
{
color: #8DCECD;
}
</style>
background-color css
<style>
a { background-color: #8DCECD; }
a { background-color: rgb(141,206,205); }
div.DivClassName
{
background-color: #8DCECD;
}
.BgClassName
{
background-color: #8DCECD;
}
</style>
border-color css
<style>
span { border-color: #8DCECD; }
span { border-color: rgb(141,206,205); }
td.TdClassName
{
border-color: #8DCECD;
}
.TagClassName
{
border-color: #8DCECD;
}
</style>