#8EF6B2

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

Shades of Vista Blue #8EF6B2

Tints of Vista Blue #8EF6B2

Color information

#8EF6B2 (or 0x8EF6B2) is unknown color: approx Vista Blue. HEX triplet: 8E, F6 and B2. RGB value is (142,246,178). Sum of RGB (Red+Green+Blue) = 142+246+178=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF6B2 is #71094D. Grayscale: #CFCFCF. Windows color (decimal): -7407950 or 11728526. OLE color: 11728526.

HSL color Cylindrical-coordinate representation of color #8EF6B2: hue angle of 140.77º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF6B2 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB142246178-
CMYK0.4200.280.04
HSL140.77º85.25%76.08%-
HSV(B)140.77º42.28%96.47%-
XYZ52.1574.8853.82-
YUV207.15111.5481.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=25.09%
G=43.46%
B=31.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422461780.4200.280.04140.7785.2576.08
Hex8EF6B22A01C48d554c
Octal216366262520344215125114
Binary1000111011110110101100101010100111001001000110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,246,178); }

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

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

 a { background-color: rgb(142,246,178); }

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

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

 span { border-color: rgb(142,246,178); }

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