Shades of Morning Glory #8EDBDF
Tints of Morning Glory #8EDBDF
RGB
CMYK
RGB Variations
Color information
#8EDBDF (or 0x8EDBDF) is known color: Morning Glory. HEX triplet: 8E, DB and DF. RGB value is (142,219,223). Sum of RGB (Red+Green+Blue) = 142+219+223=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBDF is #712420. Grayscale: #C4C4C4. Windows color (decimal): -7414817 or 14670734. OLE color: 14670734.
HSL color Cylindrical-coordinate representation of color #8EDBDF: hue angle of 182.96º degrees, saturation: 0.56, 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 #8EDBDF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 219 | 223 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.13 |
| HSL | 182.96º | 0.56% | 0.72% | - |
| HSV(B) | 182.96º | 0.36% | 0.87% | - |
| XYZ | 49.81 | 61.74 | 79.1 | - |
| YUV | 196.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 223 | 0.36 | 0.02 | 0 | 0.13 | 182.96 | 0.56 | 0.72 |
| Hex | 8E | DB | DF | 24 | 2 | 0 | D | B7 | 38 | 48 |
| Octal | 216 | 333 | 337 | 44 | 2 | 0 | 15 | 267 | 70 | 110 |
| Binary | 10001110 | 11011011 | 11011111 | 100100 | 10 | 0 | 1101 | 10110111 | 111000 | 1001000 |
Color Harmonies of #8EDBDF
Complementary color
Monochromatic Colors of #8EDBDF
Black with #8EDBDF
Text Example
Text Example
White with #8EDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDBDF; }
p { color: rgb(142,219,223); }
H1.HeaderClassName
{
color: #8EDBDF;
}
.AnyTagClassName
{
color: #8EDBDF;
}
</style>
background-color css
<style>
a { background-color: #8EDBDF; }
a { background-color: rgb(142,219,223); }
div.DivClassName
{
background-color: #8EDBDF;
}
.BgClassName
{
background-color: #8EDBDF;
}
</style>
border-color css
<style>
span { border-color: #8EDBDF; }
span { border-color: rgb(142,219,223); }
td.TdClassName
{
border-color: #8EDBDF;
}
.TagClassName
{
border-color: #8EDBDF;
}
</style>