#8EE1B2

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

Shades of Vista Blue #8EE1B2

Tints of Vista Blue #8EE1B2

Color information

#8EE1B2 (or 0x8EE1B2) is unknown color: approx Vista Blue. HEX triplet: 8E, E1 and B2. RGB value is (142,225,178). Sum of RGB (Red+Green+Blue) = 142+225+178=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1B2 is #711E4D. Grayscale: #C2C2C2. Windows color (decimal): -7413326 or 11723150. OLE color: 11723150.

HSL color Cylindrical-coordinate representation of color #8EE1B2: hue angle of 146.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1B2 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB142225178-
CMYK0.3700.210.12
HSL146.02º58.04%71.96%-
HSV(B)146.02º36.89%88.24%-
XYZ46.1262.8251.81-
YUV194.82118.590.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=26.06%
G=41.28%
B=32.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422251780.3700.210.12146.0258.0471.96
Hex8EE1B225015C923a48
Octal216341262450251422272110
Binary1000111011100001101100101001010101011100100100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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