#8AD1AB

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

Shades of Vista Blue #8AD1AB

Tints of Vista Blue #8AD1AB

Color information

#8AD1AB (or 0x8AD1AB) is unknown color: approx Vista Blue. HEX triplet: 8A, D1 and AB. RGB value is (138,209,171). Sum of RGB (Red+Green+Blue) = 138+209+171=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD1AB is #752E54. Grayscale: #B7B7B7. Windows color (decimal): -7679573 or 11260298. OLE color: 11260298.

HSL color Cylindrical-coordinate representation of color #8AD1AB: hue angle of 147.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1AB is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB138209171-
CMYK0.3400.180.18
HSL147.89º43.56%68.04%-
HSV(B)147.89º33.97%81.96%-
XYZ40.6353.9446.8-
YUV183.44120.9895.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=26.64%
G=40.35%
B=33.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091710.3400.180.18147.8943.5668.04
Hex8AD1AB2201212942c44
Octal212321253420222222454104
Binary10001010110100011010101110001001001010010100101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,171); }

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

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

 a { background-color: rgb(138,209,171); }

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

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

 span { border-color: rgb(138,209,171); }

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