#A4DABE

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

Shades of Vista Blue #A4DABE

Tints of Vista Blue #A4DABE

Color information

#A4DABE (or 0xA4DABE) is unknown color: approx Vista Blue. HEX triplet: A4, DA and BE. RGB value is (164,218,190). Sum of RGB (Red+Green+Blue) = 164+218+190=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DABE is #5B2541. Grayscale: #C6C6C6. Windows color (decimal): -5973314 or 12507812. OLE color: 12507812.

HSL color Cylindrical-coordinate representation of color #A4DABE: hue angle of 148.89º 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 #A4DABE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB164218190-
CMYK0.2500.130.15
HSL148.89º42.19%74.9%-
HSV(B)148.89º24.77%85.49%-
XYZ49.6861.7558.02-
YUV198.66123.11103.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=28.67%
G=38.11%
B=33.22%

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
Decimal1642181900.2500.130.15148.8942.1974.9
HexA4DABE190DF952a4b
Octal244332276310151722552113
Binary10100100110110101011111011001011011111100101011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DABE; }

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

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

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

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

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

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

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

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