#A3DFC2

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

Shades of Vista Blue #A3DFC2

Tints of Vista Blue #A3DFC2

Color information

#A3DFC2 (or 0xA3DFC2) is unknown color: approx Vista Blue. HEX triplet: A3, DF and C2. RGB value is (163,223,194). Sum of RGB (Red+Green+Blue) = 163+223+194=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFC2 is #5C203D. Grayscale: #C9C9C9. Windows color (decimal): -6037566 or 12771235. OLE color: 12771235.

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

Color convert

RGB163223194-
CMYK0.2700.130.13
HSL151º48.39%75.69%-
HSV(B)151º26.91%87.45%-
XYZ51.2364.4660.78-
YUV201.75123.62100.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.10%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 194 (76.17% from 255) = 33.45%
R=28.10%
G=38.45%
B=33.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231940.2700.130.1315148.3975.69
HexA3DFC21B0DD97304c
Octal243337302330151522760114
Binary10100011110111111100001011011011011101100101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFC2; }

 p { color: rgb(163,223,194); }

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

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

 a { background-color: rgb(163,223,194); }

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

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

 span { border-color: rgb(163,223,194); }

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