#8BDCAC

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

Shades of Vista Blue #8BDCAC

Tints of Vista Blue #8BDCAC

Color information

#8BDCAC (or 0x8BDCAC) is unknown color: approx Vista Blue. HEX triplet: 8B, DC and AC. RGB value is (139,220,172). Sum of RGB (Red+Green+Blue) = 139+220+172=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCAC is #742353. Grayscale: #BEBEBE. Windows color (decimal): -7611220 or 11328651. OLE color: 11328651.

HSL color Cylindrical-coordinate representation of color #8BDCAC: hue angle of 144.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCAC is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB139220172-
CMYK0.3700.220.14
HSL144.44º53.64%70.39%-
HSV(B)144.44º36.82%86.27%-
XYZ43.6959.6548.24-
YUV190.31117.6691.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=26.18%
G=41.43%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392201720.3700.220.14144.4453.6470.39
Hex8BDCAC25016E903646
Octal213334254450261622066106
Binary1000101111011100101011001001010101101110100100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,172); }

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

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

 a { background-color: rgb(139,220,172); }

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

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

 span { border-color: rgb(139,220,172); }

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