#A2C7B3

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

Shades of Vista Blue #A2C7B3

Tints of Vista Blue #A2C7B3

Color information

#A2C7B3 (or 0xA2C7B3) is unknown color: approx Vista Blue. HEX triplet: A2, C7 and B3. RGB value is (162,199,179). Sum of RGB (Red+Green+Blue) = 162+199+179=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C7B3 is #5D384C. Grayscale: #B9B9B9. Windows color (decimal): -6109261 or 11782050. OLE color: 11782050.

HSL color Cylindrical-coordinate representation of color #A2C7B3: hue angle of 147.57º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C7B3 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB162199179-
CMYK0.1900.100.22
HSL147.57º24.83%70.78%-
HSV(B)147.57º18.59%78.04%-
XYZ43.4651.7850.35-
YUV185.66124.24111.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 199 (78.12% from 255) = 36.85%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=30%
G=36.85%
B=33.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991790.1900.100.22147.5724.8370.78
HexA2C7B3130A16941947
Octal242307263230122622431107
Binary10100010110001111011001110011010101011010010100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C7B3; }

 p { color: rgb(162,199,179); }

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

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

 a { background-color: rgb(162,199,179); }

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

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

 span { border-color: rgb(162,199,179); }

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