#8BF7AF

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

Shades of Vista Blue #8BF7AF

Tints of Vista Blue #8BF7AF

Color information

#8BF7AF (or 0x8BF7AF) is unknown color: approx Vista Blue. HEX triplet: 8B, F7 and AF. RGB value is (139,247,175). Sum of RGB (Red+Green+Blue) = 139+247+175=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF7AF is #740850. Grayscale: #CECECE. Windows color (decimal): -7604305 or 11532171. OLE color: 11532171.

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

Color convert

RGB139247175-
CMYK0.4400.290.03
HSL140º87.1%75.69%-
HSV(B)140º43.72%96.86%-
XYZ51.6575.1152.33-
YUV206.5110.2279.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 247 (96.88% from 255) = 44.03%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=24.78%
G=44.03%
B=31.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392471750.4400.290.0314087.175.69
Hex8BF7AF2C01D38c574c
Octal213367257540353214127114
Binary100010111111011110101111101100011101111000110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,247,175); }

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

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

 a { background-color: rgb(139,247,175); }

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

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

 span { border-color: rgb(139,247,175); }

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