Shades of Morning Glory #8DD8D6
Tints of Morning Glory #8DD8D6
RGB
CMYK
RGB Variations
Color information
#8DD8D6 (or 0x8DD8D6) is known color: Morning Glory. HEX triplet: 8D, D8 and D6. RGB value is (141,216,214). Sum of RGB (Red+Green+Blue) = 141+216+214=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8D6 is #722729. Grayscale: #C1C1C1. Windows color (decimal): -7481130 or 14080141. OLE color: 14080141.
HSL color Cylindrical-coordinate representation of color #8DD8D6: hue angle of 178.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8D6 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 214 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.15 |
| HSL | 178.4º | 0.49% | 0.7% | - |
| HSV(B) | 178.4º | 0.35% | 0.85% | - |
| XYZ | 47.68 | 59.63 | 72.62 | - |
| YUV | 193.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 214 | 0.35 | 0 | 0.01 | 0.15 | 178.4 | 0.49 | 0.7 |
| Hex | 8D | D8 | D6 | 23 | 0 | 1 | F | B2 | 31 | 46 |
| Octal | 215 | 330 | 326 | 43 | 0 | 1 | 17 | 262 | 61 | 106 |
| Binary | 10001101 | 11011000 | 11010110 | 100011 | 0 | 1 | 1111 | 10110010 | 110001 | 1000110 |
Color Harmonies of #8DD8D6
Complementary color
Monochromatic Colors of #8DD8D6
Black with #8DD8D6
Text Example
Text Example
White with #8DD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8D6; }
p { color: rgb(141,216,214); }
H1.HeaderClassName
{
color: #8DD8D6;
}
.AnyTagClassName
{
color: #8DD8D6;
}
</style>
background-color css
<style>
a { background-color: #8DD8D6; }
a { background-color: rgb(141,216,214); }
div.DivClassName
{
background-color: #8DD8D6;
}
.BgClassName
{
background-color: #8DD8D6;
}
</style>
border-color css
<style>
span { border-color: #8DD8D6; }
span { border-color: rgb(141,216,214); }
td.TdClassName
{
border-color: #8DD8D6;
}
.TagClassName
{
border-color: #8DD8D6;
}
</style>