#8AE0B5

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

Shades of Vista Blue #8AE0B5

Tints of Vista Blue #8AE0B5

Color information

#8AE0B5 (or 0x8AE0B5) is unknown color: approx Vista Blue. HEX triplet: 8A, E0 and B5. RGB value is (138,224,181). Sum of RGB (Red+Green+Blue) = 138+224+181=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE0B5 is #751F4A. Grayscale: #C1C1C1. Windows color (decimal): -7675723 or 11919498. OLE color: 11919498.

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

Color convert

RGB138224181-
CMYK0.3800.190.12
HSL150º58.11%70.98%-
HSV(B)150º38.39%87.84%-
XYZ45.4862.0553.3-
YUV193.38121.0188.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.41%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=25.41%
G=41.25%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241810.3800.190.1215058.1170.98
Hex8AE0B526013C963a47
Octal212340265460231422672107
Binary1000101011100000101101011001100100111100100101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,224,181); }

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

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

 a { background-color: rgb(138,224,181); }

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

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

 span { border-color: rgb(138,224,181); }

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