#A6D0BA

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

Shades of Vista Blue #A6D0BA

Tints of Vista Blue #A6D0BA

Color information

#A6D0BA (or 0xA6D0BA) is unknown color: approx Vista Blue. HEX triplet: A6, D0 and BA. RGB value is (166,208,186). Sum of RGB (Red+Green+Blue) = 166+208+186=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0BA is #592F45. Grayscale: #C0C0C0. Windows color (decimal): -5844806 or 12243110. OLE color: 12243110.

HSL color Cylindrical-coordinate representation of color #A6D0BA: hue angle of 148.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0BA is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB166208186-
CMYK0.2000.110.18
HSL148.57º30.88%73.33%-
HSV(B)148.57º20.19%81.57%-
XYZ47.1456.7654.93-
YUV192.93124.09108.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=29.64%
G=37.14%
B=33.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081860.2000.110.18148.5730.8873.33
HexA6D0BA140B12951f49
Octal246320272240132222537111
Binary10100110110100001011101010100010111001010010101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0BA; }

 p { color: rgb(166,208,186); }

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

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

 a { background-color: rgb(166,208,186); }

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

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

 span { border-color: rgb(166,208,186); }

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