Shades of Morning Glory #8CDEDB
Tints of Morning Glory #8CDEDB
RGB
CMYK
RGB Variations
Color information
#8CDEDB (or 0x8CDEDB) is known color: Morning Glory. HEX triplet: 8C, DE and DB. RGB value is (140,222,219). Sum of RGB (Red+Green+Blue) = 140+222+219=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDEDB is #732124. Grayscale: #C5C5C5. Windows color (decimal): -7545125 or 14409356. OLE color: 14409356.
HSL color Cylindrical-coordinate representation of color #8CDEDB: hue angle of 177.8º 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 #8CDEDB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 219 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.13 |
| HSL | 177.8º | 0.55% | 0.71% | - |
| HSV(B) | 177.8º | 0.37% | 0.87% | - |
| XYZ | 49.72 | 62.93 | 76.54 | - |
| YUV | 197.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 219 | 0.37 | 0 | 0.01 | 0.13 | 177.8 | 0.55 | 0.71 |
| Hex | 8C | DE | DB | 25 | 0 | 1 | D | B2 | 37 | 47 |
| Octal | 214 | 336 | 333 | 45 | 0 | 1 | 15 | 262 | 67 | 107 |
| Binary | 10001100 | 11011110 | 11011011 | 100101 | 0 | 1 | 1101 | 10110010 | 110111 | 1000111 |
Color Harmonies of #8CDEDB
Complementary color
Monochromatic Colors of #8CDEDB
Black with #8CDEDB
Text Example
Text Example
White with #8CDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEDB; }
p { color: rgb(140,222,219); }
H1.HeaderClassName
{
color: #8CDEDB;
}
.AnyTagClassName
{
color: #8CDEDB;
}
</style>
background-color css
<style>
a { background-color: #8CDEDB; }
a { background-color: rgb(140,222,219); }
div.DivClassName
{
background-color: #8CDEDB;
}
.BgClassName
{
background-color: #8CDEDB;
}
</style>
border-color css
<style>
span { border-color: #8CDEDB; }
span { border-color: rgb(140,222,219); }
td.TdClassName
{
border-color: #8CDEDB;
}
.TagClassName
{
border-color: #8CDEDB;
}
</style>