#A6E0BD

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

Shades of Vista Blue #A6E0BD

Tints of Vista Blue #A6E0BD

Color information

#A6E0BD (or 0xA6E0BD) is unknown color: approx Vista Blue. HEX triplet: A6, E0 and BD. RGB value is (166,224,189). Sum of RGB (Red+Green+Blue) = 166+224+189=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0BD is #591F42. Grayscale: #CACACA. Windows color (decimal): -5840707 or 12443814. OLE color: 12443814.

HSL color Cylindrical-coordinate representation of color #A6E0BD: hue angle of 143.79º 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 #A6E0BD is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB166224189-
CMYK0.2600.160.12
HSL143.79º48.33%76.47%-
HSV(B)143.79º25.89%87.84%-
XYZ51.5765.0957.99-
YUV202.67120.28101.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=28.67%
G=38.69%
B=32.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241890.2600.160.12143.7948.3376.47
HexA6E0BD1A010C90304c
Octal246340275320201422060114
Binary101001101110000010111101110100100001100100100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0BD; }

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

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

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

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

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

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

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

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