#A2DEBD

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

Shades of Vista Blue #A2DEBD

Tints of Vista Blue #A2DEBD

Color information

#A2DEBD (or 0xA2DEBD) is unknown color: approx Vista Blue. HEX triplet: A2, DE and BD. RGB value is (162,222,189). Sum of RGB (Red+Green+Blue) = 162+222+189=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEBD is #5D2142. Grayscale: #C8C8C8. Windows color (decimal): -6103363 or 12443298. OLE color: 12443298.

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

Color convert

RGB162222189-
CMYK0.2700.150.13
HSL147º47.62%75.29%-
HSV(B)147º27.03%87.06%-
XYZ50.2163.657.77-
YUV200.3121.62100.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.27%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=28.27%
G=38.74%
B=32.98%

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
Decimal1622221890.2700.150.1314747.6275.29
HexA2DEBD1B0FD93304b
Octal242336275330171522360113
Binary10100010110111101011110111011011111101100100111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEBD; }

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

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

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

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

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

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

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

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