Shades of Morning Glory #8CDEDC
Tints of Morning Glory #8CDEDC
RGB
CMYK
RGB Variations
Color information
#8CDEDC (or 0x8CDEDC) is known color: Morning Glory. HEX triplet: 8C, DE and DC. RGB value is (140,222,220). Sum of RGB (Red+Green+Blue) = 140+222+220=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDEDC is #732123. Grayscale: #C5C5C5. Windows color (decimal): -7545124 or 14474892. OLE color: 14474892.
HSL color Cylindrical-coordinate representation of color #8CDEDC: 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 #8CDEDC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 220 | - |
| 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.85 | 62.99 | 77.24 | - |
| YUV | 197.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 220 | 0.37 | 0 | 0.01 | 0.13 | 178.54 | 0.55 | 0.71 |
| Hex | 8C | DE | DC | 25 | 0 | 1 | D | B3 | 37 | 47 |
| Octal | 214 | 336 | 334 | 45 | 0 | 1 | 15 | 263 | 67 | 107 |
| Binary | 10001100 | 11011110 | 11011100 | 100101 | 0 | 1 | 1101 | 10110011 | 110111 | 1000111 |
Color Harmonies of #8CDEDC
Complementary color
Monochromatic Colors of #8CDEDC
Black with #8CDEDC
Text Example
Text Example
White with #8CDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEDC; }
p { color: rgb(140,222,220); }
H1.HeaderClassName
{
color: #8CDEDC;
}
.AnyTagClassName
{
color: #8CDEDC;
}
</style>
background-color css
<style>
a { background-color: #8CDEDC; }
a { background-color: rgb(140,222,220); }
div.DivClassName
{
background-color: #8CDEDC;
}
.BgClassName
{
background-color: #8CDEDC;
}
</style>
border-color css
<style>
span { border-color: #8CDEDC; }
span { border-color: rgb(140,222,220); }
td.TdClassName
{
border-color: #8CDEDC;
}
.TagClassName
{
border-color: #8CDEDC;
}
</style>