#A5DCBA

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

Shades of Vista Blue #A5DCBA

Tints of Vista Blue #A5DCBA

Color information

#A5DCBA (or 0xA5DCBA) is unknown color: approx Vista Blue. HEX triplet: A5, DC and BA. RGB value is (165,220,186). Sum of RGB (Red+Green+Blue) = 165+220+186=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCBA is #5A2345. Grayscale: #C7C7C7. Windows color (decimal): -5907270 or 12246181. OLE color: 12246181.

HSL color Cylindrical-coordinate representation of color #A5DCBA: hue angle of 142.91º 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 #A5DCBA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB165220186-
CMYK0.2500.150.14
HSL142.91º44%75.49%-
HSV(B)142.91º25%86.27%-
XYZ49.9762.7355.93-
YUV199.68120.28103.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=28.90%
G=38.53%
B=32.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201860.2500.150.14142.914475.49
HexA5DCBA190FE8f2c4b
Octal245334272310171621754113
Binary10100101110111001011101011001011111110100011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCBA; }

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

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

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

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

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

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

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

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