#8AD1AE

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

Shades of Vista Blue #8AD1AE

Tints of Vista Blue #8AD1AE

Color information

#8AD1AE (or 0x8AD1AE) is unknown color: approx Vista Blue. HEX triplet: 8A, D1 and AE. RGB value is (138,209,174). Sum of RGB (Red+Green+Blue) = 138+209+174=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD1AE is #752E51. Grayscale: #B7B7B7. Windows color (decimal): -7679570 or 11456906. OLE color: 11456906.

HSL color Cylindrical-coordinate representation of color #8AD1AE: hue angle of 150.42º 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 #8AD1AE is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB138209174-
CMYK0.3400.170.18
HSL150.42º43.56%68.04%-
HSV(B)150.42º33.97%81.96%-
XYZ40.9254.0648.32-
YUV183.78122.4895.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=26.49%
G=40.12%
B=33.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091740.3400.170.18150.4243.5668.04
Hex8AD1AE2201112962c44
Octal212321256420212222654104
Binary10001010110100011010111010001001000110010100101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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