#A5D6BA

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

Shades of Vista Blue #A5D6BA

Tints of Vista Blue #A5D6BA

Color information

#A5D6BA (or 0xA5D6BA) is unknown color: approx Vista Blue. HEX triplet: A5, D6 and BA. RGB value is (165,214,186). Sum of RGB (Red+Green+Blue) = 165+214+186=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6BA is #5A2945. Grayscale: #C4C4C4. Windows color (decimal): -5908806 or 12244645. OLE color: 12244645.

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

Color convert

RGB165214186-
CMYK0.2300.130.16
HSL145.71º37.4%74.31%-
HSV(B)145.71º22.9%83.92%-
XYZ48.4359.6455.41-
YUV196.16122.27105.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=29.20%
G=37.88%
B=32.92%

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
Decimal1652141860.2300.130.16145.7137.474.31
HexA5D6BA170D1092254a
Octal245326272270152022245112
Binary101001011101011010111010101110110110000100100101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6BA; }

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

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

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

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

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

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

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

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