#A5D2B9

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

Shades of Vista Blue #A5D2B9

Tints of Vista Blue #A5D2B9

Color information

#A5D2B9 (or 0xA5D2B9) is unknown color: approx Vista Blue. HEX triplet: A5, D2 and B9. RGB value is (165,210,185). Sum of RGB (Red+Green+Blue) = 165+210+185=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2B9 is #5A2D46. Grayscale: #C1C1C1. Windows color (decimal): -5909831 or 12178085. OLE color: 12178085.

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

Color convert

RGB165210185-
CMYK0.2100.120.18
HSL146.67º33.33%73.53%-
HSV(B)146.67º21.43%82.35%-
XYZ47.3257.654.52-
YUV193.7123.09107.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=29.46%
G=37.5%
B=33.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101850.2100.120.18146.6733.3373.53
HexA5D2B9150C1293214a
Octal245322271250142222341112
Binary101001011101001010111001101010110010010100100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2B9; }

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

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

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

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

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

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

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

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