#A6E2BD

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

Shades of Vista Blue #A6E2BD

Tints of Vista Blue #A6E2BD

Color information

#A6E2BD (or 0xA6E2BD) is unknown color: approx Vista Blue. HEX triplet: A6, E2 and BD. RGB value is (166,226,189). Sum of RGB (Red+Green+Blue) = 166+226+189=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2BD is #591D42. Grayscale: #CBCBCB. Windows color (decimal): -5840195 or 12444326. OLE color: 12444326.

HSL color Cylindrical-coordinate representation of color #A6E2BD: hue angle of 143º degrees, saturation: 0.51, 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 #A6E2BD is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB166226189-
CMYK0.2700.160.11
HSL143º50.85%76.86%-
HSV(B)143º26.55%88.63%-
XYZ52.1166.1758.17-
YUV203.84119.62101.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 226 (88.67% from 255) = 38.90%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=28.57%
G=38.90%
B=32.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261890.2700.160.1114350.8576.86
HexA6E2BD1B010B8f334d
Octal246342275330201321763115
Binary101001101110001010111101110110100001011100011111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2BD; }

 p { color: rgb(166,226,189); }

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

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

 a { background-color: rgb(166,226,189); }

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

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

 span { border-color: rgb(166,226,189); }

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