#A1D4B3

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

Shades of Vista Blue #A1D4B3

Tints of Vista Blue #A1D4B3

Color information

#A1D4B3 (or 0xA1D4B3) is unknown color: approx Vista Blue. HEX triplet: A1, D4 and B3. RGB value is (161,212,179). Sum of RGB (Red+Green+Blue) = 161+212+179=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4B3 is #5E2B4C. Grayscale: #C1C1C1. Windows color (decimal): -6171469 or 11785377. OLE color: 11785377.

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

Color convert

RGB161212179-
CMYK0.2400.160.17
HSL141.18º37.23%73.14%-
HSV(B)141.18º24.06%83.14%-
XYZ46.3857.9251.38-
YUV192.99120.1105.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=29.17%
G=38.41%
B=32.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121790.2400.160.17141.1837.2373.14
HexA1D4B318010118d2549
Octal241324263300202121545111
Binary1010000111010100101100111100001000010001100011011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4B3; }

 p { color: rgb(161,212,179); }

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

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

 a { background-color: rgb(161,212,179); }

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

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

 span { border-color: rgb(161,212,179); }

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