#8EE5BF

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

Shades of Vista Blue #8EE5BF

Tints of Vista Blue #8EE5BF

Color information

#8EE5BF (or 0x8EE5BF) is unknown color: approx Vista Blue. HEX triplet: 8E, E5 and BF. RGB value is (142,229,191). Sum of RGB (Red+Green+Blue) = 142+229+191=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5BF is #711A40. Grayscale: #C6C6C6. Windows color (decimal): -7412289 or 12576142. OLE color: 12576142.

HSL color Cylindrical-coordinate representation of color #8EE5BF: hue angle of 153.79º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE5BF is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB142229191-
CMYK0.3800.170.10
HSL153.79º62.59%72.75%-
HSV(B)153.79º37.99%89.8%-
XYZ48.5865.5559.38-
YUV198.66123.6887.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 191 (75% from 255) = 33.99%
R=25.27%
G=40.75%
B=33.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422291910.3800.170.10153.7962.5972.75
Hex8EE5BF26011A9a3f49
Octal216345277460211223277111
Binary1000111011100101101111111001100100011010100110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,229,191); }

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

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

 a { background-color: rgb(142,229,191); }

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

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

 span { border-color: rgb(142,229,191); }

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