#A1D2B5

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

Shades of Vista Blue #A1D2B5

Tints of Vista Blue #A1D2B5

Color information

#A1D2B5 (or 0xA1D2B5) is unknown color: approx Vista Blue. HEX triplet: A1, D2 and B5. RGB value is (161,210,181). Sum of RGB (Red+Green+Blue) = 161+210+181=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2B5 is #5E2D4A. Grayscale: #C0C0C0. Windows color (decimal): -6171979 or 11915937. OLE color: 11915937.

HSL color Cylindrical-coordinate representation of color #A1D2B5: hue angle of 144.49º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2B5 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB161210181-
CMYK0.2300.140.18
HSL144.49º35.25%72.75%-
HSV(B)144.49º23.33%82.35%-
XYZ46.0957.0152.29-
YUV192.04121.77105.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=29.17%
G=38.04%
B=32.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101810.2300.140.18144.4935.2572.75
HexA1D2B5170E12902349
Octal241322265270162222043111
Binary101000011101001010110101101110111010010100100001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2B5; }

 p { color: rgb(161,210,181); }

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

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

 a { background-color: rgb(161,210,181); }

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

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

 span { border-color: rgb(161,210,181); }

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