#8BFBB5

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

Shades of Vista Blue #8BFBB5

Tints of Vista Blue #8BFBB5

Color information

#8BFBB5 (or 0x8BFBB5) is unknown color: approx Vista Blue. HEX triplet: 8B, FB and B5. RGB value is (139,251,181). Sum of RGB (Red+Green+Blue) = 139+251+181=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBB5 is #74044A. Grayscale: #D1D1D1. Windows color (decimal): -7603275 or 11926411. OLE color: 11926411.

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

Color convert

RGB139251181-
CMYK0.4500.280.02
HSL142.5º93.33%76.47%-
HSV(B)142.5º44.62%98.43%-
XYZ53.4977.8255.92-
YUV209.53111.8977.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.34%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=24.34%
G=43.96%
B=31.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392511810.4500.280.02142.593.3376.47
Hex8BFBB52D01C28e5d4c
Octal213373265550342216135114
Binary100010111111101110110101101101011100101000111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,251,181); }

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

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

 a { background-color: rgb(139,251,181); }

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

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

 span { border-color: rgb(139,251,181); }

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