#8BD7A5

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

Shades of Vista Blue #8BD7A5

Tints of Vista Blue #8BD7A5

Color information

#8BD7A5 (or 0x8BD7A5) is unknown color: approx Vista Blue. HEX triplet: 8B, D7 and A5. RGB value is (139,215,165). Sum of RGB (Red+Green+Blue) = 139+215+165=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD7A5 is #74285A. Grayscale: #BABABA. Windows color (decimal): -7612507 or 10868619. OLE color: 10868619.

HSL color Cylindrical-coordinate representation of color #8BD7A5: hue angle of 140.53º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD7A5 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB139215165-
CMYK0.3500.230.16
HSL140.53º48.72%69.41%-
HSV(B)140.53º35.35%84.31%-
XYZ41.7456.8144.36-
YUV186.58115.8294.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=26.78%
G=41.43%
B=31.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392151650.3500.230.16140.5348.7269.41
Hex8BD7A523017108d3145
Octal213327245430272021561105
Binary10001011110101111010010110001101011110000100011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,165); }

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

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

 a { background-color: rgb(139,215,165); }

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

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

 span { border-color: rgb(139,215,165); }

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