#A5D7BA

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

Shades of Vista Blue #A5D7BA

Tints of Vista Blue #A5D7BA

Color information

#A5D7BA (or 0xA5D7BA) is unknown color: approx Vista Blue. HEX triplet: A5, D7 and BA. RGB value is (165,215,186). Sum of RGB (Red+Green+Blue) = 165+215+186=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7BA is #5A2845. Grayscale: #C4C4C4. Windows color (decimal): -5908550 or 12244901. OLE color: 12244901.

HSL color Cylindrical-coordinate representation of color #A5D7BA: hue angle of 145.2º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7BA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB165215186-
CMYK0.2300.130.16
HSL145.2º38.46%74.51%-
HSV(B)145.2º23.26%84.31%-
XYZ48.6860.1555.5-
YUV196.74121.94105.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=29.15%
G=37.99%
B=32.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151860.2300.130.16145.238.4674.51
HexA5D7BA170D1091264b
Octal245327272270152022146113
Binary101001011101011110111010101110110110000100100011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D7BA; }

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

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

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

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

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

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

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

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