Shades of Morning Glory #8DDBDD
Tints of Morning Glory #8DDBDD
RGB
CMYK
RGB Variations
Color information
#8DDBDD (or 0x8DDBDD) is known color: Morning Glory. HEX triplet: 8D, DB and DD. RGB value is (141,219,221). Sum of RGB (Red+Green+Blue) = 141+219+221=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBDD is #722422. Grayscale: #C3C3C3. Windows color (decimal): -7480355 or 14539661. OLE color: 14539661.
HSL color Cylindrical-coordinate representation of color #8DDBDD: hue angle of 181.5º degrees, saturation: 0.54, 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 #8DDBDD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 219 | 221 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.13 |
| HSL | 181.5º | 0.54% | 0.71% | - |
| HSV(B) | 181.5º | 0.36% | 0.87% | - |
| XYZ | 49.37 | 61.55 | 77.68 | - |
| YUV | 195.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 221 | 0.36 | 0.01 | 0 | 0.13 | 181.5 | 0.54 | 0.71 |
| Hex | 8D | DB | DD | 24 | 1 | 0 | D | B6 | 36 | 47 |
| Octal | 215 | 333 | 335 | 44 | 1 | 0 | 15 | 266 | 66 | 107 |
| Binary | 10001101 | 11011011 | 11011101 | 100100 | 1 | 0 | 1101 | 10110110 | 110110 | 1000111 |
Color Harmonies of #8DDBDD
Complementary color
Monochromatic Colors of #8DDBDD
Black with #8DDBDD
Text Example
Text Example
White with #8DDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBDD; }
p { color: rgb(141,219,221); }
H1.HeaderClassName
{
color: #8DDBDD;
}
.AnyTagClassName
{
color: #8DDBDD;
}
</style>
background-color css
<style>
a { background-color: #8DDBDD; }
a { background-color: rgb(141,219,221); }
div.DivClassName
{
background-color: #8DDBDD;
}
.BgClassName
{
background-color: #8DDBDD;
}
</style>
border-color css
<style>
span { border-color: #8DDBDD; }
span { border-color: rgb(141,219,221); }
td.TdClassName
{
border-color: #8DDBDD;
}
.TagClassName
{
border-color: #8DDBDD;
}
</style>