#A1E3BC

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

Shades of Vista Blue #A1E3BC

Tints of Vista Blue #A1E3BC

Color information

#A1E3BC (or 0xA1E3BC) is unknown color: approx Vista Blue. HEX triplet: A1, E3 and BC. RGB value is (161,227,188). Sum of RGB (Red+Green+Blue) = 161+227+188=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3BC is #5E1C43. Grayscale: #CACACA. Windows color (decimal): -6167620 or 12379041. OLE color: 12379041.

HSL color Cylindrical-coordinate representation of color #A1E3BC: hue angle of 144.55º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3BC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB161227188-
CMYK0.2900.170.11
HSL144.55º54.1%76.08%-
HSV(B)144.55º29.07%89.02%-
XYZ51.2466.1557.64-
YUV202.82119.6398.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=27.95%
G=39.41%
B=32.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271880.2900.170.11144.5554.176.08
HexA1E3BC1D011B91364c
Octal241343274350211322166114
Binary101000011110001110111100111010100011011100100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3BC; }

 p { color: rgb(161,227,188); }

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

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

 a { background-color: rgb(161,227,188); }

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

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

 span { border-color: rgb(161,227,188); }

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