#8BF0B1

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

Shades of Vista Blue #8BF0B1

Tints of Vista Blue #8BF0B1

Color information

#8BF0B1 (or 0x8BF0B1) is unknown color: approx Vista Blue. HEX triplet: 8B, F0 and B1. RGB value is (139,240,177). Sum of RGB (Red+Green+Blue) = 139+240+177=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF0B1 is #740F4E. Grayscale: #CACACA. Windows color (decimal): -7606095 or 11661451. OLE color: 11661451.

HSL color Cylindrical-coordinate representation of color #8BF0B1: hue angle of 142.57º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF0B1 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB139240177-
CMYK0.4200.260.06
HSL142.57º77.1%74.31%-
HSV(B)142.57º42.08%94.12%-
XYZ49.7470.9852.67-
YUV202.62113.5482.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 240 (94.14% from 255) = 43.17%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=25%
G=43.17%
B=31.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392401770.4200.260.06142.5777.174.31
Hex8BF0B12A01A68f4d4a
Octal213360261520326217115112
Binary1000101111110000101100011010100110101101000111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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