#A4E0BB

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

Shades of Vista Blue #A4E0BB

Tints of Vista Blue #A4E0BB

Color information

#A4E0BB (or 0xA4E0BB) is unknown color: approx Vista Blue. HEX triplet: A4, E0 and BB. RGB value is (164,224,187). Sum of RGB (Red+Green+Blue) = 164+224+187=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0BB is #5B1F44. Grayscale: #C9C9C9. Windows color (decimal): -5971781 or 12312740. OLE color: 12312740.

HSL color Cylindrical-coordinate representation of color #A4E0BB: hue angle of 143º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0BB is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB164224187-
CMYK0.2700.170.12
HSL143º49.18%76.08%-
HSV(B)143º26.79%87.84%-
XYZ50.9464.7956.84-
YUV201.84119.62101.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.52%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=28.52%
G=38.96%
B=32.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241870.2700.170.1214349.1876.08
HexA4E0BB1B011C8f314c
Octal244340273330211421761114
Binary101001001110000010111011110110100011100100011111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0BB; }

 p { color: rgb(164,224,187); }

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

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

 a { background-color: rgb(164,224,187); }

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

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

 span { border-color: rgb(164,224,187); }

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