#8EE0A9

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

Shades of Vista Blue #8EE0A9

Tints of Vista Blue #8EE0A9

Color information

#8EE0A9 (or 0x8EE0A9) is unknown color: approx Vista Blue. HEX triplet: 8E, E0 and A9. RGB value is (142,224,169). Sum of RGB (Red+Green+Blue) = 142+224+169=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE0A9 is #711F56. Grayscale: #C1C1C1. Windows color (decimal): -7413591 or 11133070. OLE color: 11133070.

HSL color Cylindrical-coordinate representation of color #8EE0A9: hue angle of 139.76º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0A9 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB142224169-
CMYK0.3700.250.12
HSL139.76º56.94%71.76%-
HSV(B)139.76º36.61%87.84%-
XYZ44.9761.9347.12-
YUV193.21114.3391.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=26.54%
G=41.87%
B=31.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422241690.3700.250.12139.7656.9471.76
Hex8EE0A925019C8c3948
Octal216340251450311421471110
Binary1000111011100000101010011001010110011100100011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,224,169); }

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

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

 a { background-color: rgb(142,224,169); }

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

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

 span { border-color: rgb(142,224,169); }

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