#A4E5BD

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

Shades of Vista Blue #A4E5BD

Tints of Vista Blue #A4E5BD

Color information

#A4E5BD (or 0xA4E5BD) is unknown color: approx Vista Blue. HEX triplet: A4, E5 and BD. RGB value is (164,229,189). Sum of RGB (Red+Green+Blue) = 164+229+189=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5BD is #5B1A42. Grayscale: #CDCDCD. Windows color (decimal): -5970499 or 12445092. OLE color: 12445092.

HSL color Cylindrical-coordinate representation of color #A4E5BD: hue angle of 143.08º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5BD is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB164229189-
CMYK0.2800.170.10
HSL143.08º55.56%77.06%-
HSV(B)143.08º28.38%89.8%-
XYZ52.5167.6158.43-
YUV205118.9798.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.18%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=28.18%
G=39.35%
B=32.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642291890.2800.170.10143.0855.5677.06
HexA4E5BD1C011A8f384d
Octal244345275340211221770115
Binary101001001110010110111101111000100011010100011111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5BD; }

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

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

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

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

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

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

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

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