#A6E3C0

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

Shades of Vista Blue #A6E3C0

Tints of Vista Blue #A6E3C0

Color information

#A6E3C0 (or 0xA6E3C0) is unknown color: approx Vista Blue. HEX triplet: A6, E3 and C0. RGB value is (166,227,192). Sum of RGB (Red+Green+Blue) = 166+227+192=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3C0 is #591C3F. Grayscale: #CCCCCC. Windows color (decimal): -5839936 or 12641190. OLE color: 12641190.

HSL color Cylindrical-coordinate representation of color #A6E3C0: hue angle of 145.57º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3C0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB166227192-
CMYK0.2700.150.11
HSL145.57º52.14%77.06%-
HSV(B)145.57º26.87%89.02%-
XYZ52.7166.8559.99-
YUV204.77120.79100.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.38%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=28.38%
G=38.80%
B=32.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662271920.2700.150.11145.5752.1477.06
HexA6E3C01B0FB92344d
Octal246343300330171322264115
Binary10100110111000111100000011011011111011100100101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3C0; }

 p { color: rgb(166,227,192); }

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

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

 a { background-color: rgb(166,227,192); }

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

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

 span { border-color: rgb(166,227,192); }

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