#8EE5BC

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

Shades of Vista Blue #8EE5BC

Tints of Vista Blue #8EE5BC

Color information

#8EE5BC (or 0x8EE5BC) is unknown color: approx Vista Blue. HEX triplet: 8E, E5 and BC. RGB value is (142,229,188). Sum of RGB (Red+Green+Blue) = 142+229+188=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE5BC is #711A43. Grayscale: #C6C6C6. Windows color (decimal): -7412292 or 12379534. OLE color: 12379534.

HSL color Cylindrical-coordinate representation of color #8EE5BC: hue angle of 151.72º 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 #8EE5BC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB142229188-
CMYK0.3800.180.10
HSL151.72º62.59%72.75%-
HSV(B)151.72º37.99%89.8%-
XYZ48.2565.4257.66-
YUV198.31122.1887.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=25.40%
G=40.97%
B=33.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422291880.3800.180.10151.7262.5972.75
Hex8EE5BC26012A983f49
Octal216345274460221223077111
Binary1000111011100101101111001001100100101010100110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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