#A3DEB9

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

Shades of Vista Blue #A3DEB9

Tints of Vista Blue #A3DEB9

Color information

#A3DEB9 (or 0xA3DEB9) is unknown color: approx Vista Blue. HEX triplet: A3, DE and B9. RGB value is (163,222,185). Sum of RGB (Red+Green+Blue) = 163+222+185=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEB9 is #5C2146. Grayscale: #C8C8C8. Windows color (decimal): -6037831 or 12181155. OLE color: 12181155.

HSL color Cylindrical-coordinate representation of color #A3DEB9: hue angle of 142.37º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEB9 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB163222185-
CMYK0.2700.170.13
HSL142.37º47.2%75.49%-
HSV(B)142.37º26.58%87.06%-
XYZ49.9863.5355.53-
YUV200.14119.45101.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=28.60%
G=38.95%
B=32.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221850.2700.170.13142.3747.275.49
HexA3DEB91B011D8e2f4b
Octal243336271330211521657113
Binary101000111101111010111001110110100011101100011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEB9; }

 p { color: rgb(163,222,185); }

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

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

 a { background-color: rgb(163,222,185); }

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

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

 span { border-color: rgb(163,222,185); }

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