#A4DABD

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

Shades of Vista Blue #A4DABD

Tints of Vista Blue #A4DABD

Color information

#A4DABD (or 0xA4DABD) is unknown color: approx Vista Blue. HEX triplet: A4, DA and BD. RGB value is (164,218,189). Sum of RGB (Red+Green+Blue) = 164+218+189=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DABD is #5B2542. Grayscale: #C6C6C6. Windows color (decimal): -5973315 or 12442276. OLE color: 12442276.

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

Color convert

RGB164218189-
CMYK0.2500.130.15
HSL147.78º42.19%74.9%-
HSV(B)147.78º24.77%85.49%-
XYZ49.5761.7157.44-
YUV198.55122.61103.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=28.72%
G=38.18%
B=33.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642181890.2500.130.15147.7842.1974.9
HexA4DABD190DF942a4b
Octal244332275310151722452113
Binary10100100110110101011110111001011011111100101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DABD; }

 p { color: rgb(164,218,189); }

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

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

 a { background-color: rgb(164,218,189); }

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

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

 span { border-color: rgb(164,218,189); }

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