#A0DAC4

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

Shades of Vista Blue #A0DAC4

Tints of Vista Blue #A0DAC4

Color information

#A0DAC4 (or 0xA0DAC4) is unknown color: approx Vista Blue. HEX triplet: A0, DA and C4. RGB value is (160,218,196). Sum of RGB (Red+Green+Blue) = 160+218+196=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC4 is #5F253B. Grayscale: #C6C6C6. Windows color (decimal): -6235452 or 12901024. OLE color: 12901024.

HSL color Cylindrical-coordinate representation of color #A0DAC4: hue angle of 157.24º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAC4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB160218196-
CMYK0.2700.100.15
HSL157.24º43.94%74.12%-
HSV(B)157.24º26.61%85.49%-
XYZ49.5361.661.5-
YUV198.15126.78100.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.87%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=27.87%
G=37.98%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181960.2700.100.15157.2443.9474.12
HexA0DAC41B0AF9d2c4a
Octal240332304330121723554112
Binary10100000110110101100010011011010101111100111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAC4; }

 p { color: rgb(160,218,196); }

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

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

 a { background-color: rgb(160,218,196); }

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

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

 span { border-color: rgb(160,218,196); }

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