#A3E2BB

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

Shades of Vista Blue #A3E2BB

Tints of Vista Blue #A3E2BB

Color information

#A3E2BB (or 0xA3E2BB) is unknown color: approx Vista Blue. HEX triplet: A3, E2 and BB. RGB value is (163,226,187). Sum of RGB (Red+Green+Blue) = 163+226+187=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E2BB is #5C1D44. Grayscale: #CACACA. Windows color (decimal): -6036805 or 12313251. OLE color: 12313251.

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

Color convert

RGB163226187-
CMYK0.2800.170.11
HSL142.86º52.07%76.27%-
HSV(B)142.86º27.88%88.63%-
XYZ51.2765.7757.01-
YUV202.72119.1399.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=28.30%
G=39.24%
B=32.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632261870.2800.170.11142.8652.0776.27
HexA3E2BB1C011B8f344c
Octal243342273340211321764114
Binary101000111110001010111011111000100011011100011111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E2BB; }

 p { color: rgb(163,226,187); }

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

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

 a { background-color: rgb(163,226,187); }

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

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

 span { border-color: rgb(163,226,187); }

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