#A2D3B4

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

Shades of Vista Blue #A2D3B4

Tints of Vista Blue #A2D3B4

Color information

#A2D3B4 (or 0xA2D3B4) is unknown color: approx Vista Blue. HEX triplet: A2, D3 and B4. RGB value is (162,211,180). Sum of RGB (Red+Green+Blue) = 162+211+180=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3B4 is #5D2C4B. Grayscale: #C0C0C0. Windows color (decimal): -6106188 or 11850658. OLE color: 11850658.

HSL color Cylindrical-coordinate representation of color #A2D3B4: hue angle of 142.04º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3B4 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB162211180-
CMYK0.2300.150.17
HSL142.04º35.77%73.14%-
HSV(B)142.04º23.22%82.75%-
XYZ46.4357.5751.84-
YUV192.82120.77106.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 211 (82.81% from 255) = 38.16%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=29.29%
G=38.16%
B=32.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111800.2300.150.17142.0435.7773.14
HexA2D3B4170F118e2449
Octal242323264270172121644111
Binary101000101101001110110100101110111110001100011101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3B4; }

 p { color: rgb(162,211,180); }

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

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

 a { background-color: rgb(162,211,180); }

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

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

 span { border-color: rgb(162,211,180); }

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