Shades of Morning Glory #8FDEDC
Tints of Morning Glory #8FDEDC
RGB
CMYK
RGB Variations
Color information
#8FDEDC (or 0x8FDEDC) is known color: Morning Glory. HEX triplet: 8F, DE and DC. RGB value is (143,222,220). Sum of RGB (Red+Green+Blue) = 143+222+220=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEDC is #702123. Grayscale: #C6C6C6. Windows color (decimal): -7348516 or 14474895. OLE color: 14474895.
HSL color Cylindrical-coordinate representation of color #8FDEDC: hue angle of 178.48º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDEDC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 220 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.13 |
| HSL | 178.48º | 0.54% | 0.72% | - |
| HSV(B) | 178.48º | 0.36% | 0.87% | - |
| XYZ | 50.37 | 63.25 | 77.26 | - |
| YUV | 198.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 220 | 0.36 | 0 | 0.01 | 0.13 | 178.48 | 0.54 | 0.72 |
| Hex | 8F | DE | DC | 24 | 0 | 1 | D | B2 | 36 | 48 |
| Octal | 217 | 336 | 334 | 44 | 0 | 1 | 15 | 262 | 66 | 110 |
| Binary | 10001111 | 11011110 | 11011100 | 100100 | 0 | 1 | 1101 | 10110010 | 110110 | 1001000 |
Color Harmonies of #8FDEDC
Complementary color
Monochromatic Colors of #8FDEDC
Black with #8FDEDC
Text Example
Text Example
White with #8FDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEDC; }
p { color: rgb(143,222,220); }
H1.HeaderClassName
{
color: #8FDEDC;
}
.AnyTagClassName
{
color: #8FDEDC;
}
</style>
background-color css
<style>
a { background-color: #8FDEDC; }
a { background-color: rgb(143,222,220); }
div.DivClassName
{
background-color: #8FDEDC;
}
.BgClassName
{
background-color: #8FDEDC;
}
</style>
border-color css
<style>
span { border-color: #8FDEDC; }
span { border-color: rgb(143,222,220); }
td.TdClassName
{
border-color: #8FDEDC;
}
.TagClassName
{
border-color: #8FDEDC;
}
</style>