#A5D1B6

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

Shades of Vista Blue #A5D1B6

Tints of Vista Blue #A5D1B6

Color information

#A5D1B6 (or 0xA5D1B6) is unknown color: approx Vista Blue. HEX triplet: A5, D1 and B6. RGB value is (165,209,182). Sum of RGB (Red+Green+Blue) = 165+209+182=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1B6 is #5A2E49. Grayscale: #C0C0C0. Windows color (decimal): -5910090 or 11981221. OLE color: 11981221.

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

Color convert

RGB165209182-
CMYK0.2100.130.18
HSL143.18º32.35%73.33%-
HSV(B)143.18º21.05%81.96%-
XYZ46.7656.9852.79-
YUV192.77121.92108.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=29.68%
G=37.59%
B=32.73%

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
Decimal1652091820.2100.130.18143.1832.3573.33
HexA5D1B6150D128f2049
Octal245321266250152221740111
Binary101001011101000110110110101010110110010100011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1B6; }

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

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

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

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

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

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

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

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