#8BF9B2

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

Shades of Vista Blue #8BF9B2

Tints of Vista Blue #8BF9B2

Color information

#8BF9B2 (or 0x8BF9B2) is unknown color: approx Vista Blue. HEX triplet: 8B, F9 and B2. RGB value is (139,249,178). Sum of RGB (Red+Green+Blue) = 139+249+178=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF9B2 is #74064D. Grayscale: #D0D0D0. Windows color (decimal): -7603790 or 11729291. OLE color: 11729291.

HSL color Cylindrical-coordinate representation of color #8BF9B2: hue angle of 141.27º degrees, saturation: 0.9, 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 #8BF9B2 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB139249178-
CMYK0.4400.290.02
HSL141.27º90.16%76.08%-
HSV(B)141.27º44.18%97.65%-
XYZ52.5676.4554.11-
YUV208.02111.0678.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.56%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=24.56%
G=43.99%
B=31.45%

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
Decimal1392491780.4400.290.02141.2790.1676.08
Hex8BF9B22C01D28d5a4c
Octal213371262540352215132114
Binary100010111111100110110010101100011101101000110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,249,178); }

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

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

 a { background-color: rgb(139,249,178); }

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

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

 span { border-color: rgb(139,249,178); }

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