#8BCAB0

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

Shades of Vista Blue #8BCAB0

Tints of Vista Blue #8BCAB0

Color information

#8BCAB0 (or 0x8BCAB0) is unknown color: approx Vista Blue. HEX triplet: 8B, CA and B0. RGB value is (139,202,176). Sum of RGB (Red+Green+Blue) = 139+202+176=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAB0 is #74354F. Grayscale: #B4B4B4. Windows color (decimal): -7615824 or 11586187. OLE color: 11586187.

HSL color Cylindrical-coordinate representation of color #8BCAB0: hue angle of 155.24º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB139202176-
CMYK0.3100.130.21
HSL155.24º37.28%66.86%-
HSV(B)155.24º31.19%79.22%-
XYZ39.650.8648.8-
YUV180.2125.6398.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=26.89%
G=39.07%
B=34.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021760.3100.130.21155.2437.2866.86
Hex8BCAB01F0D159b2543
Octal213312260370152523345103
Binary100010111100101010110000111110110110101100110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,176); }

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

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

 a { background-color: rgb(139,202,176); }

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

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

 span { border-color: rgb(139,202,176); }

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