Shades of Morning Glory #8DDADB
Tints of Morning Glory #8DDADB
RGB
CMYK
RGB Variations
Color information
#8DDADB (or 0x8DDADB) is known color: Morning Glory. HEX triplet: 8D, DA and DB. RGB value is (141,218,219). Sum of RGB (Red+Green+Blue) = 141+218+219=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDADB is #722524. Grayscale: #C3C3C3. Windows color (decimal): -7480613 or 14408333. OLE color: 14408333.
HSL color Cylindrical-coordinate representation of color #8DDADB: hue angle of 180.77º 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 #8DDADB is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 218 | 219 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.14 |
| HSL | 180.77º | 0.52% | 0.71% | - |
| HSV(B) | 180.77º | 0.36% | 0.86% | - |
| XYZ | 48.84 | 60.92 | 76.2 | - |
| YUV | 195.09 | 141.49 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 219 | 0.36 | 0.00 | 0 | 0.14 | 180.77 | 0.52 | 0.71 |
| Hex | 8D | DA | DB | 24 | 0 | 0 | E | B5 | 34 | 47 |
| Octal | 215 | 332 | 333 | 44 | 0 | 0 | 16 | 265 | 64 | 107 |
| Binary | 10001101 | 11011010 | 11011011 | 100100 | 0 | 0 | 1110 | 10110101 | 110100 | 1000111 |
Color Harmonies of #8DDADB
Complementary color
Monochromatic Colors of #8DDADB
Black with #8DDADB
Text Example
Text Example
White with #8DDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDADB; }
p { color: rgb(141,218,219); }
H1.HeaderClassName
{
color: #8DDADB;
}
.AnyTagClassName
{
color: #8DDADB;
}
</style>
background-color css
<style>
a { background-color: #8DDADB; }
a { background-color: rgb(141,218,219); }
div.DivClassName
{
background-color: #8DDADB;
}
.BgClassName
{
background-color: #8DDADB;
}
</style>
border-color css
<style>
span { border-color: #8DDADB; }
span { border-color: rgb(141,218,219); }
td.TdClassName
{
border-color: #8DDADB;
}
.TagClassName
{
border-color: #8DDADB;
}
</style>