#8EC8A9

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

Shades of Vista Blue #8EC8A9

Tints of Vista Blue #8EC8A9

Color information

#8EC8A9 (or 0x8EC8A9) is unknown color: approx Vista Blue. HEX triplet: 8E, C8 and A9. RGB value is (142,200,169). Sum of RGB (Red+Green+Blue) = 142+200+169=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC8A9 is #713756. Grayscale: #B3B3B3. Windows color (decimal): -7419735 or 11126926. OLE color: 11126926.

HSL color Cylindrical-coordinate representation of color #8EC8A9: hue angle of 147.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC8A9 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB142200169-
CMYK0.2900.160.22
HSL147.93º34.52%67.06%-
HSV(B)147.93º29%78.43%-
XYZ38.9749.9245.12-
YUV179.12122.28101.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=27.79%
G=39.14%
B=33.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1422001690.2900.160.22147.9334.5267.06
Hex8EC8A91D01016942343
Octal216310251350202622443103
Binary1000111011001000101010011110101000010110100101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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