Shades of Morning Glory #8DCECC
Tints of Morning Glory #8DCECC
RGB
CMYK
RGB Variations
Color information
#8DCECC (or 0x8DCECC) is known color: Morning Glory. HEX triplet: 8D, CE and CC. RGB value is (141,206,204). Sum of RGB (Red+Green+Blue) = 141+206+204=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCECC is #723133. Grayscale: #BABABA. Windows color (decimal): -7483700 or 13422221. OLE color: 13422221.
HSL color Cylindrical-coordinate representation of color #8DCECC: hue angle of 178.15º 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 #8DCECC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 204 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.19 |
| HSL | 178.15º | 0.4% | 0.68% | - |
| HSV(B) | 178.15º | 0.32% | 0.81% | - |
| XYZ | 43.95 | 54.16 | 65.26 | - |
| YUV | 186.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 204 | 0.32 | 0 | 0.01 | 0.19 | 178.15 | 0.4 | 0.68 |
| Hex | 8D | CE | CC | 20 | 0 | 1 | 13 | B2 | 28 | 44 |
| Octal | 215 | 316 | 314 | 40 | 0 | 1 | 23 | 262 | 50 | 104 |
| Binary | 10001101 | 11001110 | 11001100 | 100000 | 0 | 1 | 10011 | 10110010 | 101000 | 1000100 |
Color Harmonies of #8DCECC
Complementary color
Monochromatic Colors of #8DCECC
Black with #8DCECC
Text Example
Text Example
White with #8DCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCECC; }
p { color: rgb(141,206,204); }
H1.HeaderClassName
{
color: #8DCECC;
}
.AnyTagClassName
{
color: #8DCECC;
}
</style>
background-color css
<style>
a { background-color: #8DCECC; }
a { background-color: rgb(141,206,204); }
div.DivClassName
{
background-color: #8DCECC;
}
.BgClassName
{
background-color: #8DCECC;
}
</style>
border-color css
<style>
span { border-color: #8DCECC; }
span { border-color: rgb(141,206,204); }
td.TdClassName
{
border-color: #8DCECC;
}
.TagClassName
{
border-color: #8DCECC;
}
</style>