#A4D6B9

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

Shades of Vista Blue #A4D6B9

Tints of Vista Blue #A4D6B9

Color information

#A4D6B9 (or 0xA4D6B9) is unknown color: approx Vista Blue. HEX triplet: A4, D6 and B9. RGB value is (164,214,185). Sum of RGB (Red+Green+Blue) = 164+214+185=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6B9 is #5B2946. Grayscale: #C3C3C3. Windows color (decimal): -5974343 or 12179108. OLE color: 12179108.

HSL color Cylindrical-coordinate representation of color #A4D6B9: hue angle of 145.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6B9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB164214185-
CMYK0.2300.140.16
HSL145.2º37.88%74.12%-
HSV(B)145.2º23.36%83.92%-
XYZ48.1159.4954.85-
YUV195.74121.94105.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=29.13%
G=38.01%
B=32.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141850.2300.140.16145.237.8874.12
HexA4D6B9170E1091264a
Octal244326271270162022146112
Binary101001001101011010111001101110111010000100100011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6B9; }

 p { color: rgb(164,214,185); }

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

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

 a { background-color: rgb(164,214,185); }

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

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

 span { border-color: rgb(164,214,185); }

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