#A3E1BC

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

Shades of Vista Blue #A3E1BC

Tints of Vista Blue #A3E1BC

Color information

#A3E1BC (or 0xA3E1BC) is unknown color: approx Vista Blue. HEX triplet: A3, E1 and BC. RGB value is (163,225,188). Sum of RGB (Red+Green+Blue) = 163+225+188=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1BC is #5C1E43. Grayscale: #CACACA. Windows color (decimal): -6037060 or 12378531. OLE color: 12378531.

HSL color Cylindrical-coordinate representation of color #A3E1BC: hue angle of 144.19º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1BC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB163225188-
CMYK0.2800.160.12
HSL144.19º50.82%76.08%-
HSV(B)144.19º27.56%88.24%-
XYZ51.1165.2757.48-
YUV202.24119.96100.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=28.30%
G=39.06%
B=32.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632251880.2800.160.12144.1950.8276.08
HexA3E1BC1C010C90334c
Octal243341274340201422063114
Binary101000111110000110111100111000100001100100100001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1BC; }

 p { color: rgb(163,225,188); }

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

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

 a { background-color: rgb(163,225,188); }

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

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

 span { border-color: rgb(163,225,188); }

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