#A0E1B5

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

Shades of Vista Blue #A0E1B5

Tints of Vista Blue #A0E1B5

Color information

#A0E1B5 (or 0xA0E1B5) is unknown color: approx Vista Blue. HEX triplet: A0, E1 and B5. RGB value is (160,225,181). Sum of RGB (Red+Green+Blue) = 160+225+181=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1B5 is #5F1E4A. Grayscale: #C8C8C8. Windows color (decimal): -6233675 or 11919776. OLE color: 11919776.

HSL color Cylindrical-coordinate representation of color #A0E1B5: hue angle of 139.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1B5 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB160225181-
CMYK0.2900.200.12
HSL139.38º52%75.49%-
HSV(B)139.38º28.89%88.24%-
XYZ49.7664.6653.57-
YUV200.55116.9799.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=28.27%
G=39.75%
B=31.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251810.2900.200.12139.385275.49
HexA0E1B51D014C8b344b
Octal240341265350241421364113
Binary101000001110000110110101111010101001100100010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1B5; }

 p { color: rgb(160,225,181); }

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

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

 a { background-color: rgb(160,225,181); }

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

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

 span { border-color: rgb(160,225,181); }

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