Shades of Morning Glory #8FDEDB
Tints of Morning Glory #8FDEDB
RGB
CMYK
RGB Variations
Color information
#8FDEDB (or 0x8FDEDB) is known color: Morning Glory. HEX triplet: 8F, DE and DB. RGB value is (143,222,219). Sum of RGB (Red+Green+Blue) = 143+222+219=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEDB is #702124. Grayscale: #C5C5C5. Windows color (decimal): -7348517 or 14409359. OLE color: 14409359.
HSL color Cylindrical-coordinate representation of color #8FDEDB: hue angle of 177.72º 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 #8FDEDB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 219 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.13 |
| HSL | 177.72º | 0.54% | 0.72% | - |
| HSV(B) | 177.72º | 0.36% | 0.87% | - |
| XYZ | 50.24 | 63.2 | 76.57 | - |
| YUV | 198.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 219 | 0.36 | 0 | 0.01 | 0.13 | 177.72 | 0.54 | 0.72 |
| Hex | 8F | DE | DB | 24 | 0 | 1 | D | B2 | 36 | 48 |
| Octal | 217 | 336 | 333 | 44 | 0 | 1 | 15 | 262 | 66 | 110 |
| Binary | 10001111 | 11011110 | 11011011 | 100100 | 0 | 1 | 1101 | 10110010 | 110110 | 1001000 |
Color Harmonies of #8FDEDB
Complementary color
Monochromatic Colors of #8FDEDB
Black with #8FDEDB
Text Example
Text Example
White with #8FDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEDB; }
p { color: rgb(143,222,219); }
H1.HeaderClassName
{
color: #8FDEDB;
}
.AnyTagClassName
{
color: #8FDEDB;
}
</style>
background-color css
<style>
a { background-color: #8FDEDB; }
a { background-color: rgb(143,222,219); }
div.DivClassName
{
background-color: #8FDEDB;
}
.BgClassName
{
background-color: #8FDEDB;
}
</style>
border-color css
<style>
span { border-color: #8FDEDB; }
span { border-color: rgb(143,222,219); }
td.TdClassName
{
border-color: #8FDEDB;
}
.TagClassName
{
border-color: #8FDEDB;
}
</style>