#8EF1AE

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

Shades of Vista Blue #8EF1AE

Tints of Vista Blue #8EF1AE

Color information

#8EF1AE (or 0x8EF1AE) is unknown color: approx Vista Blue. HEX triplet: 8E, F1 and AE. RGB value is (142,241,174). Sum of RGB (Red+Green+Blue) = 142+241+174=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF1AE is #710E51. Grayscale: #CBCBCB. Windows color (decimal): -7409234 or 11465102. OLE color: 11465102.

HSL color Cylindrical-coordinate representation of color #8EF1AE: hue angle of 139.39º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF1AE is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB142241174-
CMYK0.4100.280.05
HSL139.39º77.95%75.1%-
HSV(B)139.39º41.08%94.51%-
XYZ50.2571.7251.24-
YUV203.76111.283.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=25.49%
G=43.27%
B=31.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422411740.4100.280.05139.3977.9575.1
Hex8EF1AE2901C58b4e4b
Octal216361256510345213116113
Binary1000111011110001101011101010010111001011000101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,241,174); }

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

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

 a { background-color: rgb(142,241,174); }

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

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

 span { border-color: rgb(142,241,174); }

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