Shades of Morning Glory #8DDEDD
Tints of Morning Glory #8DDEDD
RGB
CMYK
RGB Variations
Color information
#8DDEDD (or 0x8DDEDD) is known color: Morning Glory. HEX triplet: 8D, DE and DD. RGB value is (141,222,221). Sum of RGB (Red+Green+Blue) = 141+222+221=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDEDD is #722122. Grayscale: #C5C5C5. Windows color (decimal): -7479587 or 14540429. OLE color: 14540429.
HSL color Cylindrical-coordinate representation of color #8DDEDD: hue angle of 179.26º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDEDD is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 221 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.13 |
| HSL | 179.26º | 0.55% | 0.71% | - |
| HSV(B) | 179.26º | 0.36% | 0.87% | - |
| XYZ | 50.16 | 63.13 | 77.95 | - |
| YUV | 197.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 221 | 0.36 | 0 | 0.00 | 0.13 | 179.26 | 0.55 | 0.71 |
| Hex | 8D | DE | DD | 24 | 0 | 0 | D | B3 | 37 | 47 |
| Octal | 215 | 336 | 335 | 44 | 0 | 0 | 15 | 263 | 67 | 107 |
| Binary | 10001101 | 11011110 | 11011101 | 100100 | 0 | 0 | 1101 | 10110011 | 110111 | 1000111 |
Color Harmonies of #8DDEDD
Complementary color
Monochromatic Colors of #8DDEDD
Black with #8DDEDD
Text Example
Text Example
White with #8DDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDEDD; }
p { color: rgb(141,222,221); }
H1.HeaderClassName
{
color: #8DDEDD;
}
.AnyTagClassName
{
color: #8DDEDD;
}
</style>
background-color css
<style>
a { background-color: #8DDEDD; }
a { background-color: rgb(141,222,221); }
div.DivClassName
{
background-color: #8DDEDD;
}
.BgClassName
{
background-color: #8DDEDD;
}
</style>
border-color css
<style>
span { border-color: #8DDEDD; }
span { border-color: rgb(141,222,221); }
td.TdClassName
{
border-color: #8DDEDD;
}
.TagClassName
{
border-color: #8DDEDD;
}
</style>