#8BEBA9

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

Shades of Vista Blue #8BEBA9

Tints of Vista Blue #8BEBA9

Color information

#8BEBA9 (or 0x8BEBA9) is unknown color: approx Vista Blue. HEX triplet: 8B, EB and A9. RGB value is (139,235,169). Sum of RGB (Red+Green+Blue) = 139+235+169=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEBA9 is #741456. Grayscale: #C6C6C6. Windows color (decimal): -7607383 or 11135883. OLE color: 11135883.

HSL color Cylindrical-coordinate representation of color #8BEBA9: hue angle of 138.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBA9 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB139235169-
CMYK0.4100.280.08
HSL138.75º70.59%73.33%-
HSV(B)138.75º40.85%92.16%-
XYZ47.5267.7748.11-
YUV198.77111.285.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=25.60%
G=43.28%
B=31.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392351690.4100.280.08138.7570.5973.33
Hex8BEBA92901C88b4749
Octal2133532515103410213107111
Binary10001011111010111010100110100101110010001000101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,235,169); }

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

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

 a { background-color: rgb(139,235,169); }

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

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

 span { border-color: rgb(139,235,169); }

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