#A5DABD

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

Shades of Vista Blue #A5DABD

Tints of Vista Blue #A5DABD

Color information

#A5DABD (or 0xA5DABD) is unknown color: approx Vista Blue. HEX triplet: A5, DA and BD. RGB value is (165,218,189). Sum of RGB (Red+Green+Blue) = 165+218+189=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DABD is #5A2542. Grayscale: #C6C6C6. Windows color (decimal): -5907779 or 12442277. OLE color: 12442277.

HSL color Cylindrical-coordinate representation of color #A5DABD: hue angle of 147.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DABD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB165218189-
CMYK0.2400.130.15
HSL147.17º41.73%75.1%-
HSV(B)147.17º24.31%85.49%-
XYZ49.7761.8257.45-
YUV198.85122.44103.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=28.85%
G=38.11%
B=33.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181890.2400.130.15147.1741.7375.1
HexA5DABD180DF932a4b
Octal245332275300151722352113
Binary10100101110110101011110111000011011111100100111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DABD; }

 p { color: rgb(165,218,189); }

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

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

 a { background-color: rgb(165,218,189); }

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

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

 span { border-color: rgb(165,218,189); }

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