#A6D2B9

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

Shades of Vista Blue #A6D2B9

Tints of Vista Blue #A6D2B9

Color information

#A6D2B9 (or 0xA6D2B9) is unknown color: approx Vista Blue. HEX triplet: A6, D2 and B9. RGB value is (166,210,185). Sum of RGB (Red+Green+Blue) = 166+210+185=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2B9 is #592D46. Grayscale: #C2C2C2. Windows color (decimal): -5844295 or 12178086. OLE color: 12178086.

HSL color Cylindrical-coordinate representation of color #A6D2B9: hue angle of 145.91º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2B9 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB166210185-
CMYK0.2100.120.18
HSL145.91º32.84%73.73%-
HSV(B)145.91º20.95%82.35%-
XYZ47.5357.754.53-
YUV193.99122.92108.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=29.59%
G=37.43%
B=32.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101850.2100.120.18145.9132.8473.73
HexA6D2B9150C1292214a
Octal246322271250142222241112
Binary101001101101001010111001101010110010010100100101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D2B9; }

 p { color: rgb(166,210,185); }

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

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

 a { background-color: rgb(166,210,185); }

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

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

 span { border-color: rgb(166,210,185); }

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