#A2DFBB

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

Shades of Vista Blue #A2DFBB

Tints of Vista Blue #A2DFBB

Color information

#A2DFBB (or 0xA2DFBB) is unknown color: approx Vista Blue. HEX triplet: A2, DF and BB. RGB value is (162,223,187). Sum of RGB (Red+Green+Blue) = 162+223+187=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFBB is #5D2044. Grayscale: #C8C8C8. Windows color (decimal): -6103109 or 12312482. OLE color: 12312482.

HSL color Cylindrical-coordinate representation of color #A2DFBB: hue angle of 144.59º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFBB is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB162223187-
CMYK0.2700.160.13
HSL144.59º48.8%75.49%-
HSV(B)144.59º27.35%87.45%-
XYZ50.2664.0456.73-
YUV200.66120.29100.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=28.32%
G=38.99%
B=32.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231870.2700.160.13144.5948.875.49
HexA2DFBB1B010D91314b
Octal242337273330201522161113
Binary101000101101111110111011110110100001101100100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFBB; }

 p { color: rgb(162,223,187); }

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

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

 a { background-color: rgb(162,223,187); }

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

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

 span { border-color: rgb(162,223,187); }

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