#A2DEBC

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

Shades of Vista Blue #A2DEBC

Tints of Vista Blue #A2DEBC

Color information

#A2DEBC (or 0xA2DEBC) is unknown color: approx Vista Blue. HEX triplet: A2, DE and BC. RGB value is (162,222,188). Sum of RGB (Red+Green+Blue) = 162+222+188=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEBC is #5D2143. Grayscale: #C8C8C8. Windows color (decimal): -6103364 or 12377762. OLE color: 12377762.

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

Color convert

RGB162222188-
CMYK0.2700.150.13
HSL146º47.62%75.29%-
HSV(B)146º27.03%87.06%-
XYZ50.163.5557.2-
YUV200.18121.12100.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=28.32%
G=38.81%
B=32.87%

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
Decimal1622221880.2700.150.1314647.6275.29
HexA2DEBC1B0FD92304b
Octal242336274330171522260113
Binary10100010110111101011110011011011111101100100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEBC; }

 p { color: rgb(162,222,188); }

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

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

 a { background-color: rgb(162,222,188); }

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

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

 span { border-color: rgb(162,222,188); }

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