#8EF2B6

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

Shades of Vista Blue #8EF2B6

Tints of Vista Blue #8EF2B6

Color information

#8EF2B6 (or 0x8EF2B6) is unknown color: approx Vista Blue. HEX triplet: 8E, F2 and B6. RGB value is (142,242,182). Sum of RGB (Red+Green+Blue) = 142+242+182=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF2B6 is #710D49. Grayscale: #CDCDCD. Windows color (decimal): -7408970 or 11989646. OLE color: 11989646.

HSL color Cylindrical-coordinate representation of color #8EF2B6: hue angle of 144º degrees, saturation: 0.79, 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 #8EF2B6 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB142242182-
CMYK0.4100.250.05
HSL144º79.37%75.29%-
HSV(B)144º41.32%94.9%-
XYZ51.3572.6355.57-
YUV205.26114.8782.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 242 (94.92% from 255) = 42.76%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=25.09%
G=42.76%
B=32.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422421820.4100.250.0514479.3775.29
Hex8EF2B6290195904f4b
Octal216362266510315220117113
Binary1000111011110010101101101010010110011011001000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,242,182); }

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

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

 a { background-color: rgb(142,242,182); }

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

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

 span { border-color: rgb(142,242,182); }

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