#8BEBAD

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

Shades of Vista Blue #8BEBAD

Tints of Vista Blue #8BEBAD

Color information

#8BEBAD (or 0x8BEBAD) is unknown color: approx Vista Blue. HEX triplet: 8B, EB and AD. RGB value is (139,235,173). Sum of RGB (Red+Green+Blue) = 139+235+173=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEBAD is #741452. Grayscale: #C7C7C7. Windows color (decimal): -7607379 or 11398027. OLE color: 11398027.

HSL color Cylindrical-coordinate representation of color #8BEBAD: hue angle of 141.25º 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 #8BEBAD is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB139235173-
CMYK0.4100.260.08
HSL141.25º70.59%73.33%-
HSV(B)141.25º40.85%92.16%-
XYZ47.967.9250.12-
YUV199.23113.285.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=25.41%
G=42.96%
B=31.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392351730.4100.260.08141.2570.5973.33
Hex8BEBAD2901A88d4749
Octal2133532555103210215107111
Binary10001011111010111010110110100101101010001000110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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