#A5DCB9

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

Shades of Vista Blue #A5DCB9

Tints of Vista Blue #A5DCB9

Color information

#A5DCB9 (or 0xA5DCB9) is unknown color: approx Vista Blue. HEX triplet: A5, DC and B9. RGB value is (165,220,185). Sum of RGB (Red+Green+Blue) = 165+220+185=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCB9 is #5A2346. Grayscale: #C7C7C7. Windows color (decimal): -5907271 or 12180645. OLE color: 12180645.

HSL color Cylindrical-coordinate representation of color #A5DCB9: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCB9 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB165220185-
CMYK0.2500.160.14
HSL141.82º44%75.49%-
HSV(B)141.82º25%86.27%-
XYZ49.8762.6955.37-
YUV199.56119.78103.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=28.95%
G=38.60%
B=32.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201850.2500.160.14141.824475.49
HexA5DCB919010E8e2c4b
Octal245334271310201621654113
Binary101001011101110010111001110010100001110100011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCB9; }

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

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

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

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

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

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

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

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