#8EC8AB

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

Shades of Vista Blue #8EC8AB

Tints of Vista Blue #8EC8AB

Color information

#8EC8AB (or 0x8EC8AB) is unknown color: approx Vista Blue. HEX triplet: 8E, C8 and AB. RGB value is (142,200,171). Sum of RGB (Red+Green+Blue) = 142+200+171=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC8AB is #713754. Grayscale: #B3B3B3. Windows color (decimal): -7419733 or 11257998. OLE color: 11257998.

HSL color Cylindrical-coordinate representation of color #8EC8AB: hue angle of 150º 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 #8EC8AB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB142200171-
CMYK0.2900.140.22
HSL150º34.52%67.06%-
HSV(B)150º29%78.43%-
XYZ39.165046.12-
YUV179.35123.28101.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.68%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=27.68%
G=38.99%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1422001710.2900.140.2215034.5267.06
Hex8EC8AB1D0E16962343
Octal216310253350162622643103
Binary100011101100100010101011111010111010110100101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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