#a2dfbe

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

Shades of Vista Blue #A2DFBE

Tints of Vista Blue #A2DFBE

Color information

#A2DFBE (or 0xA2DFBE) is unknown color: approx Vista Blue. HEX triplet: A2, DF and BE. RGB value is (162,223,190). Sum of RGB (Red+Green+Blue) = 162+223+190=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFBE is #5D2041. Grayscale: #C9C9C9. Windows color (decimal): -6103106 or 12509090. OLE color: 12509090.

HSL color Cylindrical-coordinate representation of color #A2DFBE: hue angle of 147.54º 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 #A2DFBE is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB162223190-
CMYK0.2700.150.13
HSL147.54º48.8%75.49%-
HSV(B)147.54º27.35%87.45%-
XYZ50.5864.1758.44-
YUV201121.79100.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.17%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=28.17%
G=38.78%
B=33.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231900.2700.150.13147.5448.875.49
HexA2DFBE1B0FD94314b
Octal242337276330171522461113
Binary10100010110111111011111011011011111101100101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2dfbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2dfbe; }

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

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

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

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

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

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

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

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