#8AD9A6

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

Shades of Vista Blue #8AD9A6

Tints of Vista Blue #8AD9A6

Color information

#8AD9A6 (or 0x8AD9A6) is unknown color: approx Vista Blue. HEX triplet: 8A, D9 and A6. RGB value is (138,217,166). Sum of RGB (Red+Green+Blue) = 138+217+166=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD9A6 is #752659. Grayscale: #BBBBBB. Windows color (decimal): -7677530 or 10934666. OLE color: 10934666.

HSL color Cylindrical-coordinate representation of color #8AD9A6: hue angle of 141.27º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD9A6 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB138217166-
CMYK0.3600.240.15
HSL141.27º50.97%69.61%-
HSV(B)141.27º36.41%85.1%-
XYZ42.1857.7845.01-
YUV187.56115.8392.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=26.49%
G=41.65%
B=31.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171660.3600.240.15141.2750.9769.61
Hex8AD9A624018F8d3346
Octal212331246440301721563106
Binary1000101011011001101001101001000110001111100011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,166); }

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

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

 a { background-color: rgb(138,217,166); }

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

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

 span { border-color: rgb(138,217,166); }

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