#A4DBB7

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

Shades of Vista Blue #A4DBB7

Tints of Vista Blue #A4DBB7

Color information

#A4DBB7 (or 0xA4DBB7) is unknown color: approx Vista Blue. HEX triplet: A4, DB and B7. RGB value is (164,219,183). Sum of RGB (Red+Green+Blue) = 164+219+183=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBB7 is #5B2448. Grayscale: #C6C6C6. Windows color (decimal): -5973065 or 12049316. OLE color: 12049316.

HSL color Cylindrical-coordinate representation of color #A4DBB7: hue angle of 140.73º degrees, saturation: 0.43, 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 #A4DBB7 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB164219183-
CMYK0.2500.160.14
HSL140.73º43.31%75.1%-
HSV(B)140.73º25.11%85.88%-
XYZ49.1961.9754.17-
YUV198.45119.28103.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.98%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=28.98%
G=38.69%
B=32.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191830.2500.160.14140.7343.3175.1
HexA4DBB719010E8d2b4b
Octal244333267310201621553113
Binary101001001101101110110111110010100001110100011011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBB7; }

 p { color: rgb(164,219,183); }

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

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

 a { background-color: rgb(164,219,183); }

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

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

 span { border-color: rgb(164,219,183); }

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