Shades of Morning Glory #8DD8DB
Tints of Morning Glory #8DD8DB
RGB
CMYK
RGB Variations
Color information
#8DD8DB (or 0x8DD8DB) is known color: Morning Glory. HEX triplet: 8D, D8 and DB. RGB value is (141,216,219). Sum of RGB (Red+Green+Blue) = 141+216+219=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8DB is #722724. Grayscale: #C1C1C1. Windows color (decimal): -7481125 or 14407821. OLE color: 14407821.
HSL color Cylindrical-coordinate representation of color #8DD8DB: hue angle of 182.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD8DB is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 216 | 219 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.14 |
| HSL | 182.31º | 0.52% | 0.71% | - |
| HSV(B) | 182.31º | 0.36% | 0.86% | - |
| XYZ | 48.33 | 59.89 | 76.03 | - |
| YUV | 193.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 219 | 0.36 | 0.01 | 0 | 0.14 | 182.31 | 0.52 | 0.71 |
| Hex | 8D | D8 | DB | 24 | 1 | 0 | E | B6 | 34 | 47 |
| Octal | 215 | 330 | 333 | 44 | 1 | 0 | 16 | 266 | 64 | 107 |
| Binary | 10001101 | 11011000 | 11011011 | 100100 | 1 | 0 | 1110 | 10110110 | 110100 | 1000111 |
Color Harmonies of #8DD8DB
Complementary color
Monochromatic Colors of #8DD8DB
Black with #8DD8DB
Text Example
Text Example
White with #8DD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8DB; }
p { color: rgb(141,216,219); }
H1.HeaderClassName
{
color: #8DD8DB;
}
.AnyTagClassName
{
color: #8DD8DB;
}
</style>
background-color css
<style>
a { background-color: #8DD8DB; }
a { background-color: rgb(141,216,219); }
div.DivClassName
{
background-color: #8DD8DB;
}
.BgClassName
{
background-color: #8DD8DB;
}
</style>
border-color css
<style>
span { border-color: #8DD8DB; }
span { border-color: rgb(141,216,219); }
td.TdClassName
{
border-color: #8DD8DB;
}
.TagClassName
{
border-color: #8DD8DB;
}
</style>