#8ED9AB

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

Shades of Vista Blue #8ED9AB

Tints of Vista Blue #8ED9AB

Color information

#8ED9AB (or 0x8ED9AB) is unknown color: approx Vista Blue. HEX triplet: 8E, D9 and AB. RGB value is (142,217,171). Sum of RGB (Red+Green+Blue) = 142+217+171=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED9AB is #712654. Grayscale: #BDBDBD. Windows color (decimal): -7415381 or 11262350. OLE color: 11262350.

HSL color Cylindrical-coordinate representation of color #8ED9AB: hue angle of 143.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED9AB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB142217171-
CMYK0.3500.210.15
HSL143.2º49.67%70.39%-
HSV(B)143.2º34.56%85.1%-
XYZ43.3258.3247.5-
YUV189.33117.6594.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=26.79%
G=40.94%
B=32.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171710.3500.210.15143.249.6770.39
Hex8ED9AB23015F8f3246
Octal216331253430251721762106
Binary1000111011011001101010111000110101011111100011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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