#A8DAC1

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

Shades of Vista Blue #A8DAC1

Tints of Vista Blue #A8DAC1

Color information

#A8DAC1 (or 0xA8DAC1) is unknown color: approx Vista Blue. HEX triplet: A8, DA and C1. RGB value is (168,218,193). Sum of RGB (Red+Green+Blue) = 168+218+193=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC1 is #57253E. Grayscale: #C8C8C8. Windows color (decimal): -5711167 or 12704424. OLE color: 12704424.

HSL color Cylindrical-coordinate representation of color #A8DAC1: hue angle of 150º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAC1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB168218193-
CMYK0.2300.110.15
HSL150º40.32%75.69%-
HSV(B)150º22.94%85.49%-
XYZ50.8562.3259.8-
YUV200.2123.94105.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=29.02%
G=37.65%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181930.2300.110.1515040.3275.69
HexA8DAC1170BF96284c
Octal250332301270131722650114
Binary10101000110110101100000110111010111111100101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAC1; }

 p { color: rgb(168,218,193); }

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

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

 a { background-color: rgb(168,218,193); }

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

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

 span { border-color: rgb(168,218,193); }

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