#8ED5A8

Color #8ED5A8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8ED5A8

Tints of Vista Blue #8ED5A8

Color information

#8ED5A8 (or 0x8ED5A8) is unknown color: approx Vista Blue. HEX triplet: 8E, D5 and A8. RGB value is (142,213,168). Sum of RGB (Red+Green+Blue) = 142+213+168=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED5A8 is #712A57. Grayscale: #BABABA. Windows color (decimal): -7416408 or 11064718. OLE color: 11064718.

HSL color Cylindrical-coordinate representation of color #8ED5A8: hue angle of 141.97º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED5A8 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB142213168-
CMYK0.3300.210.16
HSL141.97º45.81%69.61%-
HSV(B)141.97º33.33%83.53%-
XYZ42.0256.1745.67-
YUV186.64117.4896.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=27.15%
G=40.73%
B=32.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131680.3300.210.16141.9745.8169.61
Hex8ED5A821015108e2e46
Octal216325250410252021656106
Binary10001110110101011010100010000101010110000100011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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