#A4E1BB

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

Shades of Vista Blue #A4E1BB

Tints of Vista Blue #A4E1BB

Color information

#A4E1BB (or 0xA4E1BB) is unknown color: approx Vista Blue. HEX triplet: A4, E1 and BB. RGB value is (164,225,187). Sum of RGB (Red+Green+Blue) = 164+225+187=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1BB is #5B1E44. Grayscale: #CACACA. Windows color (decimal): -5971525 or 12312996. OLE color: 12312996.

HSL color Cylindrical-coordinate representation of color #A4E1BB: hue angle of 142.62º degrees, saturation: 0.5, 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 #A4E1BB is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB164225187-
CMYK0.2700.170.12
HSL142.62º50.41%76.27%-
HSV(B)142.62º27.11%88.24%-
XYZ51.265.3356.93-
YUV202.43119.29100.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=28.47%
G=39.06%
B=32.47%

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
Decimal1642251870.2700.170.12142.6250.4176.27
HexA4E1BB1B011C8f324c
Octal244341273330211421762114
Binary101001001110000110111011110110100011100100011111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1BB; }

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

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

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

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

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

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

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

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