#A3E5BF

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

Shades of Vista Blue #A3E5BF

Tints of Vista Blue #A3E5BF

Color information

#A3E5BF (or 0xA3E5BF) is unknown color: approx Vista Blue. HEX triplet: A3, E5 and BF. RGB value is (163,229,191). Sum of RGB (Red+Green+Blue) = 163+229+191=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5BF is #5C1A40. Grayscale: #CDCDCD. Windows color (decimal): -6036033 or 12576163. OLE color: 12576163.

HSL color Cylindrical-coordinate representation of color #A3E5BF: hue angle of 145.45º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E5BF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB163229191-
CMYK0.2900.170.10
HSL145.45º55.93%76.86%-
HSV(B)145.45º28.82%89.8%-
XYZ52.5367.5959.57-
YUV204.93120.1398.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 191 (75% from 255) = 32.76%
R=27.96%
G=39.28%
B=32.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1632291910.2900.170.10145.4555.9376.86
HexA3E5BF1D011A91384d
Octal243345277350211222170115
Binary101000111110010110111111111010100011010100100011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E5BF; }

 p { color: rgb(163,229,191); }

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

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

 a { background-color: rgb(163,229,191); }

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

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

 span { border-color: rgb(163,229,191); }

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