#A2DEBB

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

Shades of Vista Blue #A2DEBB

Tints of Vista Blue #A2DEBB

Color information

#A2DEBB (or 0xA2DEBB) is unknown color: approx Vista Blue. HEX triplet: A2, DE and BB. RGB value is (162,222,187). Sum of RGB (Red+Green+Blue) = 162+222+187=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEBB is #5D2144. Grayscale: #C8C8C8. Windows color (decimal): -6103365 or 12312226. OLE color: 12312226.

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

Color convert

RGB162222187-
CMYK0.2700.160.13
HSL145º47.62%75.29%-
HSV(B)145º27.03%87.06%-
XYZ49.9963.5156.64-
YUV200.07120.62100.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=28.37%
G=38.88%
B=32.75%

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
Decimal1622221870.2700.160.1314547.6275.29
HexA2DEBB1B010D91304b
Octal242336273330201522160113
Binary101000101101111010111011110110100001101100100011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEBB; }

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

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

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

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

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

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

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

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