#A6DAB7

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

Shades of Vista Blue #A6DAB7

Tints of Vista Blue #A6DAB7

Color information

#A6DAB7 (or 0xA6DAB7) is unknown color: approx Vista Blue. HEX triplet: A6, DA and B7. RGB value is (166,218,183). Sum of RGB (Red+Green+Blue) = 166+218+183=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAB7 is #592548. Grayscale: #C6C6C6. Windows color (decimal): -5842249 or 12049062. OLE color: 12049062.

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

Color convert

RGB166218183-
CMYK0.2400.160.15
HSL139.62º41.27%75.29%-
HSV(B)139.62º23.85%85.49%-
XYZ49.3461.6754.1-
YUV198.46119.27104.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=29.28%
G=38.45%
B=32.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662181830.2400.160.15139.6241.2775.29
HexA6DAB718010F8c294b
Octal246332267300201721451113
Binary101001101101101010110111110000100001111100011001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAB7; }

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

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

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

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

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

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

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

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