#A6E1C1

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

Shades of Vista Blue #A6E1C1

Tints of Vista Blue #A6E1C1

Color information

#A6E1C1 (or 0xA6E1C1) is unknown color: approx Vista Blue. HEX triplet: A6, E1 and C1. RGB value is (166,225,193). Sum of RGB (Red+Green+Blue) = 166+225+193=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1C1 is #591E3E. Grayscale: #CBCBCB. Windows color (decimal): -5840447 or 12706214. OLE color: 12706214.

HSL color Cylindrical-coordinate representation of color #A6E1C1: hue angle of 147.46º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1C1 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB166225193-
CMYK0.2600.140.12
HSL147.46º49.58%76.67%-
HSV(B)147.46º26.22%88.24%-
XYZ52.2865.8160.4-
YUV203.71121.95101.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=28.42%
G=38.53%
B=33.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662251930.2600.140.12147.4649.5876.67
HexA6E1C11A0EC93324d
Octal246341301320161422362115
Binary10100110111000011100000111010011101100100100111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1C1; }

 p { color: rgb(166,225,193); }

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

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

 a { background-color: rgb(166,225,193); }

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

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

 span { border-color: rgb(166,225,193); }

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