#8BFAB1

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

Shades of Vista Blue #8BFAB1

Tints of Vista Blue #8BFAB1

Color information

#8BFAB1 (or 0x8BFAB1) is unknown color: approx Vista Blue. HEX triplet: 8B, FA and B1. RGB value is (139,250,177). Sum of RGB (Red+Green+Blue) = 139+250+177=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFAB1 is #74054E. Grayscale: #D0D0D0. Windows color (decimal): -7603535 or 11664011. OLE color: 11664011.

HSL color Cylindrical-coordinate representation of color #8BFAB1: hue angle of 140.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAB1 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB139250177-
CMYK0.4400.290.02
HSL140.54º91.74%76.27%-
HSV(B)140.54º44.4%98.04%-
XYZ52.7777.0353.68-
YUV208.49110.2378.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.56%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=24.56%
G=44.17%
B=31.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392501770.4400.290.02140.5491.7476.27
Hex8BFAB12C01D28d5c4c
Octal213372261540352215134114
Binary100010111111101010110001101100011101101000110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,250,177); }

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

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

 a { background-color: rgb(139,250,177); }

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

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

 span { border-color: rgb(139,250,177); }

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