#A6D3B7

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

Shades of Vista Blue #A6D3B7

Tints of Vista Blue #A6D3B7

Color information

#A6D3B7 (or 0xA6D3B7) is unknown color: approx Vista Blue. HEX triplet: A6, D3 and B7. RGB value is (166,211,183). Sum of RGB (Red+Green+Blue) = 166+211+183=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3B7 is #592C48. Grayscale: #C2C2C2. Windows color (decimal): -5844041 or 12047270. OLE color: 12047270.

HSL color Cylindrical-coordinate representation of color #A6D3B7: hue angle of 142.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3B7 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB166211183-
CMYK0.2100.130.17
HSL142.67º33.83%73.92%-
HSV(B)142.67º21.33%82.75%-
XYZ47.5758.1153.51-
YUV194.35121.59107.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=29.64%
G=37.68%
B=32.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111830.2100.130.17142.6733.8373.92
HexA6D3B7150D118f224a
Octal246323267250152121742112
Binary101001101101001110110111101010110110001100011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3B7; }

 p { color: rgb(166,211,183); }

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

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

 a { background-color: rgb(166,211,183); }

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

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

 span { border-color: rgb(166,211,183); }

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