#8EE8BE

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

Shades of Vista Blue #8EE8BE

Tints of Vista Blue #8EE8BE

Color information

#8EE8BE (or 0x8EE8BE) is unknown color: approx Vista Blue. HEX triplet: 8E, E8 and BE. RGB value is (142,232,190). Sum of RGB (Red+Green+Blue) = 142+232+190=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE8BE is #711741. Grayscale: #C8C8C8. Windows color (decimal): -7411522 or 12511374. OLE color: 12511374.

HSL color Cylindrical-coordinate representation of color #8EE8BE: hue angle of 152º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE8BE is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB142232190-
CMYK0.3900.180.09
HSL152º66.18%73.33%-
HSV(B)152º38.79%90.98%-
XYZ49.3167.1859.08-
YUV200.3122.1886.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.18%
GREEN value IS 232 (91.02% from 255) = 41.13%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=25.18%
G=41.13%
B=33.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422321900.3900.180.0915266.1873.33
Hex8EE8BE270129984249
Octal2163502764702211230102111
Binary10001110111010001011111010011101001010011001100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,232,190); }

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

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

 a { background-color: rgb(142,232,190); }

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

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

 span { border-color: rgb(142,232,190); }

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