#8ED8D5

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

Shades of Morning Glory #8ED8D5

Tints of Morning Glory #8ED8D5

Color information

#8ED8D5 (or 0x8ED8D5) is unknown color: approx Morning Glory. HEX triplet: 8E, D8 and D5. RGB value is (142,216,213). Sum of RGB (Red+Green+Blue) = 142+216+213=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED8D5 is #71272A. Grayscale: #C1C1C1. Windows color (decimal): -7415595 or 14014606. OLE color: 14014606.

HSL color Cylindrical-coordinate representation of color #8ED8D5: hue angle of 177.57º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8D5 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB142216213-
CMYK0.3400.010.15
HSL177.57º48.68%70.2%-
HSV(B)177.57º34.26%84.71%-
XYZ47.7259.6771.95-
YUV193.53138.9891.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=24.87%
G=37.83%
B=37.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422162130.3400.010.15177.5748.6870.2
Hex8ED8D52201Fb23146
Octal21633032542011726261106
Binary100011101101100011010101100010011111101100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,213); }

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

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

 a { background-color: rgb(142,216,213); }

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

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

 span { border-color: rgb(142,216,213); }

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