#A1E7BD

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

Shades of Vista Blue #A1E7BD

Tints of Vista Blue #A1E7BD

Color information

#A1E7BD (or 0xA1E7BD) is unknown color: approx Vista Blue. HEX triplet: A1, E7 and BD. RGB value is (161,231,189). Sum of RGB (Red+Green+Blue) = 161+231+189=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7BD is #5E1842. Grayscale: #CDCDCD. Windows color (decimal): -6166595 or 12445601. OLE color: 12445601.

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

Color convert

RGB161231189-
CMYK0.3000.180.09
HSL144º59.32%76.86%-
HSV(B)144º30.3%90.59%-
XYZ52.4668.458.58-
YUV205.28118.8196.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=27.71%
G=39.76%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311890.3000.180.0914459.3276.86
HexA1E7BD1E0129903b4d
Octal241347275360221122073115
Binary101000011110011110111101111100100101001100100001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7BD; }

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

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

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

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

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

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

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

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