#A4DFC2

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

Shades of Vista Blue #A4DFC2

Tints of Vista Blue #A4DFC2

Color information

#A4DFC2 (or 0xA4DFC2) is unknown color: approx Vista Blue. HEX triplet: A4, DF and C2. RGB value is (164,223,194). Sum of RGB (Red+Green+Blue) = 164+223+194=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFC2 is #5B203D. Grayscale: #CACACA. Windows color (decimal): -5972030 or 12771236. OLE color: 12771236.

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

Color convert

RGB164223194-
CMYK0.2600.130.13
HSL150.51º47.97%75.88%-
HSV(B)150.51º26.46%87.45%-
XYZ51.4464.5660.79-
YUV202.05123.45100.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=28.23%
G=38.38%
B=33.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231940.2600.130.13150.5147.9775.88
HexA4DFC21A0DD97304c
Octal244337302320151522760114
Binary10100100110111111100001011010011011101100101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFC2; }

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

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

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

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

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

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

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

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