#A3DEC0

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

Shades of Vista Blue #A3DEC0

Tints of Vista Blue #A3DEC0

Color information

#A3DEC0 (or 0xA3DEC0) is unknown color: approx Vista Blue. HEX triplet: A3, DE and C0. RGB value is (163,222,192). Sum of RGB (Red+Green+Blue) = 163+222+192=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEC0 is #5C213F. Grayscale: #C9C9C9. Windows color (decimal): -6037824 or 12639907. OLE color: 12639907.

HSL color Cylindrical-coordinate representation of color #A3DEC0: hue angle of 149.49º 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 #A3DEC0 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB163222192-
CMYK0.2700.140.13
HSL149.49º47.2%75.49%-
HSV(B)149.49º26.58%87.06%-
XYZ50.7463.8359.52-
YUV200.94122.95100.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=28.25%
G=38.47%
B=33.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221920.2700.140.13149.4947.275.49
HexA3DEC01B0ED952f4b
Octal243336300330161522557113
Binary10100011110111101100000011011011101101100101011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEC0; }

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

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

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

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

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

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

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

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