#A1D1B3

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

Shades of Vista Blue #A1D1B3

Tints of Vista Blue #A1D1B3

Color information

#A1D1B3 (or 0xA1D1B3) is unknown color: approx Vista Blue. HEX triplet: A1, D1 and B3. RGB value is (161,209,179). Sum of RGB (Red+Green+Blue) = 161+209+179=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D1B3 is #5E2E4C. Grayscale: #BFBFBF. Windows color (decimal): -6172237 or 11784609. OLE color: 11784609.

HSL color Cylindrical-coordinate representation of color #A1D1B3: hue angle of 142.5º degrees, saturation: 0.34, 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 #A1D1B3 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB161209179-
CMYK0.2300.140.18
HSL142.5º34.29%72.55%-
HSV(B)142.5º22.97%81.96%-
XYZ45.6456.4351.14-
YUV191.23121.1106.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=29.33%
G=38.07%
B=32.60%

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
Decimal1612091790.2300.140.18142.534.2972.55
HexA1D1B3170E128e2249
Octal241321263270162221642111
Binary101000011101000110110011101110111010010100011101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D1B3; }

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

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

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

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

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

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

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

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