#A4DCBA

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

Shades of Vista Blue #A4DCBA

Tints of Vista Blue #A4DCBA

Color information

#A4DCBA (or 0xA4DCBA) is unknown color: approx Vista Blue. HEX triplet: A4, DC and BA. RGB value is (164,220,186). Sum of RGB (Red+Green+Blue) = 164+220+186=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCBA is #5B2345. Grayscale: #C7C7C7. Windows color (decimal): -5972806 or 12246180. OLE color: 12246180.

HSL color Cylindrical-coordinate representation of color #A4DCBA: hue angle of 143.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCBA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB164220186-
CMYK0.2500.150.14
HSL143.57º44.44%75.29%-
HSV(B)143.57º25.45%86.27%-
XYZ49.7762.6255.92-
YUV199.38120.45102.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=28.77%
G=38.60%
B=32.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201860.2500.150.14143.5744.4475.29
HexA4DCBA190FE902c4b
Octal244334272310171622054113
Binary10100100110111001011101011001011111110100100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCBA; }

 p { color: rgb(164,220,186); }

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

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

 a { background-color: rgb(164,220,186); }

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

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

 span { border-color: rgb(164,220,186); }

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