#8EEAB3

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

Shades of Vista Blue #8EEAB3

Tints of Vista Blue #8EEAB3

Color information

#8EEAB3 (or 0x8EEAB3) is unknown color: approx Vista Blue. HEX triplet: 8E, EA and B3. RGB value is (142,234,179). Sum of RGB (Red+Green+Blue) = 142+234+179=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEAB3 is #71154C. Grayscale: #C8C8C8. Windows color (decimal): -7411021 or 11790990. OLE color: 11790990.

HSL color Cylindrical-coordinate representation of color #8EEAB3: hue angle of 144.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAB3 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB142234179-
CMYK0.3900.240.08
HSL144.13º68.66%73.73%-
HSV(B)144.13º39.32%91.76%-
XYZ48.7167.8553.18-
YUV200.22116.0286.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=25.59%
G=42.16%
B=32.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341790.3900.240.08144.1368.6673.73
Hex8EEAB327018890454a
Octal2163522634703010220105112
Binary10001110111010101011001110011101100010001001000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,179); }

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

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

 a { background-color: rgb(142,234,179); }

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

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

 span { border-color: rgb(142,234,179); }

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