#8EE2BA

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

Shades of Vista Blue #8EE2BA

Tints of Vista Blue #8EE2BA

Color information

#8EE2BA (or 0x8EE2BA) is unknown color: approx Vista Blue. HEX triplet: 8E, E2 and BA. RGB value is (142,226,186). Sum of RGB (Red+Green+Blue) = 142+226+186=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE2BA is #711D45. Grayscale: #C4C4C4. Windows color (decimal): -7413062 or 12247694. OLE color: 12247694.

HSL color Cylindrical-coordinate representation of color #8EE2BA: hue angle of 151.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE2BA is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB142226186-
CMYK0.3700.180.11
HSL151.43º59.15%72.16%-
HSV(B)151.43º37.17%88.63%-
XYZ47.2163.6956.26-
YUV196.32122.1789.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 226 (88.67% from 255) = 40.79%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=25.63%
G=40.79%
B=33.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422261860.3700.180.11151.4359.1572.16
Hex8EE2BA25012B973b48
Octal216342272450221322773110
Binary1000111011100010101110101001010100101011100101111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,226,186); }

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

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

 a { background-color: rgb(142,226,186); }

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

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

 span { border-color: rgb(142,226,186); }

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