#A5DABA

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

Shades of Vista Blue #A5DABA

Tints of Vista Blue #A5DABA

Color information

#A5DABA (or 0xA5DABA) is unknown color: approx Vista Blue. HEX triplet: A5, DA and BA. RGB value is (165,218,186). Sum of RGB (Red+Green+Blue) = 165+218+186=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DABA is #5A2545. Grayscale: #C6C6C6. Windows color (decimal): -5907782 or 12245669. OLE color: 12245669.

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

Color convert

RGB165218186-
CMYK0.2400.150.15
HSL143.77º41.73%75.1%-
HSV(B)143.77º24.31%85.49%-
XYZ49.4561.6955.75-
YUV198.5120.94104.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=29.00%
G=38.31%
B=32.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181860.2400.150.15143.7741.7375.1
HexA5DABA180FF902a4b
Octal245332272300171722052113
Binary10100101110110101011101011000011111111100100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DABA; }

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

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

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

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

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

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

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

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