#8EC5A9

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

Shades of Vista Blue #8EC5A9

Tints of Vista Blue #8EC5A9

Color information

#8EC5A9 (or 0x8EC5A9) is unknown color: approx Vista Blue. HEX triplet: 8E, C5 and A9. RGB value is (142,197,169). Sum of RGB (Red+Green+Blue) = 142+197+169=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC5A9 is #713A56. Grayscale: #B1B1B1. Windows color (decimal): -7420503 or 11126158. OLE color: 11126158.

HSL color Cylindrical-coordinate representation of color #8EC5A9: hue angle of 149.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC5A9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB142197169-
CMYK0.2800.140.23
HSL149.45º32.16%66.47%-
HSV(B)149.45º27.92%77.25%-
XYZ38.2848.5544.89-
YUV177.36123.28102.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=27.95%
G=38.78%
B=33.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421971690.2800.140.23149.4532.1666.47
Hex8EC5A91C0E17952042
Octal216305251340162722540102
Binary100011101100010110101001111000111010111100101011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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