Shades of Morning Glory #8FE0DC
Tints of Morning Glory #8FE0DC
RGB
CMYK
RGB Variations
Color information
#8FE0DC (or 0x8FE0DC) is known color: Morning Glory. HEX triplet: 8F, E0 and DC. RGB value is (143,224,220). Sum of RGB (Red+Green+Blue) = 143+224+220=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0DC is #701F23. Grayscale: #C7C7C7. Windows color (decimal): -7348004 or 14475407. OLE color: 14475407.
HSL color Cylindrical-coordinate representation of color #8FE0DC: hue angle of 177.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0DC is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 220 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.12 |
| HSL | 177.04º | 0.57% | 0.72% | - |
| HSV(B) | 177.04º | 0.36% | 0.88% | - |
| XYZ | 50.9 | 64.32 | 77.44 | - |
| YUV | 199.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 220 | 0.36 | 0 | 0.02 | 0.12 | 177.04 | 0.57 | 0.72 |
| Hex | 8F | E0 | DC | 24 | 0 | 2 | C | B1 | 39 | 48 |
| Octal | 217 | 340 | 334 | 44 | 0 | 2 | 14 | 261 | 71 | 110 |
| Binary | 10001111 | 11100000 | 11011100 | 100100 | 0 | 10 | 1100 | 10110001 | 111001 | 1001000 |
Color Harmonies of #8FE0DC
Complementary color
Monochromatic Colors of #8FE0DC
Black with #8FE0DC
Text Example
Text Example
White with #8FE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0DC; }
p { color: rgb(143,224,220); }
H1.HeaderClassName
{
color: #8FE0DC;
}
.AnyTagClassName
{
color: #8FE0DC;
}
</style>
background-color css
<style>
a { background-color: #8FE0DC; }
a { background-color: rgb(143,224,220); }
div.DivClassName
{
background-color: #8FE0DC;
}
.BgClassName
{
background-color: #8FE0DC;
}
</style>
border-color css
<style>
span { border-color: #8FE0DC; }
span { border-color: rgb(143,224,220); }
td.TdClassName
{
border-color: #8FE0DC;
}
.TagClassName
{
border-color: #8FE0DC;
}
</style>