#A5D1B9

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

Shades of Vista Blue #A5D1B9

Tints of Vista Blue #A5D1B9

Color information

#A5D1B9 (or 0xA5D1B9) is unknown color: approx Vista Blue. HEX triplet: A5, D1 and B9. RGB value is (165,209,185). Sum of RGB (Red+Green+Blue) = 165+209+185=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1B9 is #5A2E46. Grayscale: #C1C1C1. Windows color (decimal): -5910087 or 12177829. OLE color: 12177829.

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

Color convert

RGB165209185-
CMYK0.2100.110.18
HSL147.27º32.35%73.33%-
HSV(B)147.27º21.05%81.96%-
XYZ47.0757.154.44-
YUV193.11123.42107.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=29.52%
G=37.39%
B=33.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091850.2100.110.18147.2732.3573.33
HexA5D1B9150B12932049
Octal245321271250132222340111
Binary101001011101000110111001101010101110010100100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1B9; }

 p { color: rgb(165,209,185); }

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

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

 a { background-color: rgb(165,209,185); }

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

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

 span { border-color: rgb(165,209,185); }

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