#A3DEBC

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

Shades of Vista Blue #A3DEBC

Tints of Vista Blue #A3DEBC

Color information

#A3DEBC (or 0xA3DEBC) is unknown color: approx Vista Blue. HEX triplet: A3, DE and BC. RGB value is (163,222,188). Sum of RGB (Red+Green+Blue) = 163+222+188=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEBC is #5C2143. Grayscale: #C8C8C8. Windows color (decimal): -6037828 or 12377763. OLE color: 12377763.

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

Color convert

RGB163222188-
CMYK0.2700.150.13
HSL145.42º47.2%75.49%-
HSV(B)145.42º26.58%87.06%-
XYZ50.363.6657.21-
YUV200.48120.95101.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=28.45%
G=38.74%
B=32.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221880.2700.150.13145.4247.275.49
HexA3DEBC1B0FD912f4b
Octal243336274330171522157113
Binary10100011110111101011110011011011111101100100011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEBC; }

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

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

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

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

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

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

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

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