#8ED9DC

Color #8ED9DC Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #8ED9DC

Tints of Morning Glory #8ED9DC

Color information

#8ED9DC (or 0x8ED9DC) is unknown color: approx Morning Glory. HEX triplet: 8E, D9 and DC. RGB value is (142,217,220). Sum of RGB (Red+Green+Blue) = 142+217+220=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ED9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9DC is #712623. Grayscale: #C2C2C2. Windows color (decimal): -7415332 or 14473614. OLE color: 14473614.

HSL color Cylindrical-coordinate representation of color #8ED9DC: hue angle of 182.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED9DC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142217220-
CMYK0.350.0100.14
HSL182.31º52.7%70.98%-
HSV(B)182.31º35.45%86.27%-
XYZ48.8960.5476.82-
YUV194.92142.1590.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 24.53%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=24.53%
G=37.48%
B=38.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422172200.350.0100.14182.3152.770.98
Hex8ED9DC2310Eb63547
Octal21633133443101626665107
Binary100011101101100111011100100011101110101101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ED9DC; }

 p { color: rgb(142,217,220); }

 H1.HeaderClassName
 {
   color: #8ED9DC;
 }
 .AnyTagClassName
 {
   color: #8ED9DC;
 }
</style>
background-color css

<style>
 a { background-color: #8ED9DC; }

 a { background-color: rgb(142,217,220); }

 div.DivClassName
 {
   background-color: #8ED9DC;
 }
 .BgClassName
 {
   background-color: #8ED9DC;
 }
</style>
border-color css

<style>
 span { border-color: #8ED9DC; }

 span { border-color: rgb(142,217,220); }

 td.TdClassName
 {
   border-color: #8ED9DC;
 }
 .TagClassName
 {
   border-color: #8ED9DC;
 }
</style>