#A1E7BA

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

Shades of Vista Blue #A1E7BA

Tints of Vista Blue #A1E7BA

Color information

#A1E7BA (or 0xA1E7BA) is unknown color: approx Vista Blue. HEX triplet: A1, E7 and BA. RGB value is (161,231,186). Sum of RGB (Red+Green+Blue) = 161+231+186=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7BA is #5E1845. Grayscale: #CDCDCD. Windows color (decimal): -6166598 or 12248993. OLE color: 12248993.

HSL color Cylindrical-coordinate representation of color #A1E7BA: hue angle of 141.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7BA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB161231186-
CMYK0.3000.190.09
HSL141.43º59.32%76.86%-
HSV(B)141.43º30.3%90.59%-
XYZ52.1468.2756.88-
YUV204.94117.3196.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=27.85%
G=39.97%
B=32.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311860.3000.190.09141.4359.3276.86
HexA1E7BA1E01398d3b4d
Octal241347272360231121573115
Binary101000011110011110111010111100100111001100011011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7BA; }

 p { color: rgb(161,231,186); }

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

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

 a { background-color: rgb(161,231,186); }

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

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

 span { border-color: rgb(161,231,186); }

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