#A1E9BD

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

Shades of Vista Blue #A1E9BD

Tints of Vista Blue #A1E9BD

Color information

#A1E9BD (or 0xA1E9BD) is unknown color: approx Vista Blue. HEX triplet: A1, E9 and BD. RGB value is (161,233,189). Sum of RGB (Red+Green+Blue) = 161+233+189=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9BD is #5E1642. Grayscale: #CECECE. Windows color (decimal): -6166083 or 12446113. OLE color: 12446113.

HSL color Cylindrical-coordinate representation of color #A1E9BD: hue angle of 143.33º 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 #A1E9BD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB161233189-
CMYK0.3100.190.09
HSL143.33º62.07%77.25%-
HSV(B)143.33º30.9%91.37%-
XYZ53.0269.5358.77-
YUV206.46118.1595.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=27.62%
G=39.97%
B=32.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331890.3100.190.09143.3362.0777.25
HexA1E9BD1F01398f3e4d
Octal241351275370231121776115
Binary101000011110100110111101111110100111001100011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9BD; }

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

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

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

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

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

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

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

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