#8AE1AD

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

Shades of Vista Blue #8AE1AD

Tints of Vista Blue #8AE1AD

Color information

#8AE1AD (or 0x8AE1AD) is unknown color: approx Vista Blue. HEX triplet: 8A, E1 and AD. RGB value is (138,225,173). Sum of RGB (Red+Green+Blue) = 138+225+173=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE1AD is #751E52. Grayscale: #C1C1C1. Windows color (decimal): -7675475 or 11395466. OLE color: 11395466.

HSL color Cylindrical-coordinate representation of color #8AE1AD: hue angle of 144.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1AD is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB138225173-
CMYK0.3900.230.12
HSL144.14º59.18%71.18%-
HSV(B)144.14º38.67%88.24%-
XYZ44.9562.2749.19-
YUV193.06116.6888.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 225 (88.28% from 255) = 41.98%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=25.75%
G=41.98%
B=32.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251730.3900.230.12144.1459.1871.18
Hex8AE1AD27017C903b47
Octal212341255470271422073107
Binary1000101011100001101011011001110101111100100100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,225,173); }

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

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

 a { background-color: rgb(138,225,173); }

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

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

 span { border-color: rgb(138,225,173); }

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