#A1E9BE

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

Shades of Vista Blue #A1E9BE

Tints of Vista Blue #A1E9BE

Color information

#A1E9BE (or 0xA1E9BE) is unknown color: approx Vista Blue. HEX triplet: A1, E9 and BE. RGB value is (161,233,190). Sum of RGB (Red+Green+Blue) = 161+233+190=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9BE is #5E1641. Grayscale: #CECECE. Windows color (decimal): -6166082 or 12511649. OLE color: 12511649.

HSL color Cylindrical-coordinate representation of color #A1E9BE: hue angle of 144.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9BE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB161233190-
CMYK0.3100.180.09
HSL144.17º62.07%77.25%-
HSV(B)144.17º30.9%91.37%-
XYZ53.1369.5759.34-
YUV206.57118.6595.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=27.57%
G=39.90%
B=32.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331900.3100.180.09144.1762.0777.25
HexA1E9BE1F0129903e4d
Octal241351276370221122076115
Binary101000011110100110111110111110100101001100100001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9BE; }

 p { color: rgb(161,233,190); }

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

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

 a { background-color: rgb(161,233,190); }

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

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

 span { border-color: rgb(161,233,190); }

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