#A6E0BF

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

Shades of Vista Blue #A6E0BF

Tints of Vista Blue #A6E0BF

Color information

#A6E0BF (or 0xA6E0BF) is unknown color: approx Vista Blue. HEX triplet: A6, E0 and BF. RGB value is (166,224,191). Sum of RGB (Red+Green+Blue) = 166+224+191=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BF is #591F40. Grayscale: #CACACA. Windows color (decimal): -5840705 or 12574886. OLE color: 12574886.

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

Color convert

RGB166224191-
CMYK0.2600.150.12
HSL145.86º48.33%76.47%-
HSV(B)145.86º25.89%87.84%-
XYZ51.7965.1859.14-
YUV202.9121.28101.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 191 (75% from 255) = 32.87%
R=28.57%
G=38.55%
B=32.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241910.2600.150.12145.8648.3376.47
HexA6E0BF1A0FC92304c
Octal246340277320171422260114
Binary10100110111000001011111111010011111100100100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0BF; }

 p { color: rgb(166,224,191); }

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

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

 a { background-color: rgb(166,224,191); }

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

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

 span { border-color: rgb(166,224,191); }

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