#8BF1B6

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

Shades of Vista Blue #8BF1B6

Tints of Vista Blue #8BF1B6

Color information

#8BF1B6 (or 0x8BF1B6) is unknown color: approx Vista Blue. HEX triplet: 8B, F1 and B6. RGB value is (139,241,182). Sum of RGB (Red+Green+Blue) = 139+241+182=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF1B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF1B6 is #740E49. Grayscale: #CBCBCB. Windows color (decimal): -7605834 or 11989387. OLE color: 11989387.

HSL color Cylindrical-coordinate representation of color #8BF1B6: hue angle of 145.29º degrees, saturation: 0.78, 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 #8BF1B6 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB139241182-
CMYK0.4200.240.05
HSL145.29º78.46%74.51%-
HSV(B)145.29º42.32%94.51%-
XYZ50.5571.7855.45-
YUV203.78115.7181.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=24.73%
G=42.88%
B=32.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392411820.4200.240.05145.2978.4674.51
Hex8BF1B62A0185914e4b
Octal213361266520305221116113
Binary1000101111110001101101101010100110001011001000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,241,182); }

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

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

 a { background-color: rgb(139,241,182); }

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

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

 span { border-color: rgb(139,241,182); }

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