#A4DBB8

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

Shades of Vista Blue #A4DBB8

Tints of Vista Blue #A4DBB8

Color information

#A4DBB8 (or 0xA4DBB8) is unknown color: approx Vista Blue. HEX triplet: A4, DB and B8. RGB value is (164,219,184). Sum of RGB (Red+Green+Blue) = 164+219+184=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBB8 is #5B2447. Grayscale: #C6C6C6. Windows color (decimal): -5973064 or 12114852. OLE color: 12114852.

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

Color convert

RGB164219184-
CMYK0.2500.160.14
HSL141.82º43.31%75.1%-
HSV(B)141.82º25.11%85.88%-
XYZ49.2962.0254.72-
YUV198.56119.78103.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=28.92%
G=38.62%
B=32.45%

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
Decimal1642191840.2500.160.14141.8243.3175.1
HexA4DBB819010E8e2b4b
Octal244333270310201621653113
Binary101001001101101110111000110010100001110100011101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBB8; }

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

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

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

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

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

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

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

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