#A5D2B6

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

Shades of Vista Blue #A5D2B6

Tints of Vista Blue #A5D2B6

Color information

#A5D2B6 (or 0xA5D2B6) is unknown color: approx Vista Blue. HEX triplet: A5, D2 and B6. RGB value is (165,210,182). Sum of RGB (Red+Green+Blue) = 165+210+182=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2B6 is #5A2D49. Grayscale: #C1C1C1. Windows color (decimal): -5909834 or 11981477. OLE color: 11981477.

HSL color Cylindrical-coordinate representation of color #A5D2B6: hue angle of 142.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 #A5D2B6 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB165210182-
CMYK0.2100.130.18
HSL142.67º33.33%73.53%-
HSV(B)142.67º21.43%82.35%-
XYZ47.0157.4752.87-
YUV193.35121.59107.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=29.62%
G=37.70%
B=32.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652101820.2100.130.18142.6733.3373.53
HexA5D2B6150D128f214a
Octal245322266250152221741112
Binary101001011101001010110110101010110110010100011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D2B6; }

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

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

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

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

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

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

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

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