#A1E1BF

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

Shades of Vista Blue #A1E1BF

Tints of Vista Blue #A1E1BF

Color information

#A1E1BF (or 0xA1E1BF) is unknown color: approx Vista Blue. HEX triplet: A1, E1 and BF. RGB value is (161,225,191). Sum of RGB (Red+Green+Blue) = 161+225+191=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1BF is #5E1E40. Grayscale: #CACACA. Windows color (decimal): -6168129 or 12575137. OLE color: 12575137.

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

Color convert

RGB161225191-
CMYK0.2800.150.12
HSL148.12º51.61%75.69%-
HSV(B)148.12º28.44%88.24%-
XYZ51.0365.1959.18-
YUV201.99121.898.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.90%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 191 (75% from 255) = 33.10%
R=27.90%
G=38.99%
B=33.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251910.2800.150.12148.1251.6175.69
HexA1E1BF1C0FC94344c
Octal241341277340171422464114
Binary10100001111000011011111111100011111100100101001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1BF; }

 p { color: rgb(161,225,191); }

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

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

 a { background-color: rgb(161,225,191); }

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

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

 span { border-color: rgb(161,225,191); }

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