#8EF3BC

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

Shades of Vista Blue #8EF3BC

Tints of Vista Blue #8EF3BC

Color information

#8EF3BC (or 0x8EF3BC) is unknown color: approx Vista Blue. HEX triplet: 8E, F3 and BC. RGB value is (142,243,188). Sum of RGB (Red+Green+Blue) = 142+243+188=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3BC is #710C43. Grayscale: #CECECE. Windows color (decimal): -7408708 or 12383118. OLE color: 12383118.

HSL color Cylindrical-coordinate representation of color #8EF3BC: hue angle of 147.33º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF3BC is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB142243188-
CMYK0.4200.230.05
HSL147.33º80.8%75.49%-
HSV(B)147.33º41.56%95.29%-
XYZ52.2873.4859-
YUV206.53117.5481.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.78%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=24.78%
G=42.41%
B=32.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422431880.4200.230.05147.3380.875.49
Hex8EF3BC2A017593514b
Octal216363274520275223121113
Binary1000111011110011101111001010100101111011001001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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