Shades of Morning Glory #8BDDDB
Tints of Morning Glory #8BDDDB
RGB
CMYK
RGB Variations
Color information
#8BDDDB (or 0x8BDDDB) is known color: Morning Glory. HEX triplet: 8B, DD and DB. RGB value is (139,221,219). Sum of RGB (Red+Green+Blue) = 139+221+219=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDDB is #742224. Grayscale: #C4C4C4. Windows color (decimal): -7610917 or 14409099. OLE color: 14409099.
HSL color Cylindrical-coordinate representation of color #8BDDDB: hue angle of 178.54º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDDB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 219 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.13 |
| HSL | 178.54º | 0.55% | 0.71% | - |
| HSV(B) | 178.54º | 0.37% | 0.87% | - |
| XYZ | 49.29 | 62.32 | 76.45 | - |
| YUV | 196.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 219 | 0.37 | 0 | 0.01 | 0.13 | 178.54 | 0.55 | 0.71 |
| Hex | 8B | DD | DB | 25 | 0 | 1 | D | B3 | 37 | 47 |
| Octal | 213 | 335 | 333 | 45 | 0 | 1 | 15 | 263 | 67 | 107 |
| Binary | 10001011 | 11011101 | 11011011 | 100101 | 0 | 1 | 1101 | 10110011 | 110111 | 1000111 |
Color Harmonies of #8BDDDB
Complementary color
Monochromatic Colors of #8BDDDB
Black with #8BDDDB
Text Example
Text Example
White with #8BDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDDB; }
p { color: rgb(139,221,219); }
H1.HeaderClassName
{
color: #8BDDDB;
}
.AnyTagClassName
{
color: #8BDDDB;
}
</style>
background-color css
<style>
a { background-color: #8BDDDB; }
a { background-color: rgb(139,221,219); }
div.DivClassName
{
background-color: #8BDDDB;
}
.BgClassName
{
background-color: #8BDDDB;
}
</style>
border-color css
<style>
span { border-color: #8BDDDB; }
span { border-color: rgb(139,221,219); }
td.TdClassName
{
border-color: #8BDDDB;
}
.TagClassName
{
border-color: #8BDDDB;
}
</style>