#A2CEB5

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

Shades of Vista Blue #A2CEB5

Tints of Vista Blue #A2CEB5

Color information

#A2CEB5 (or 0xA2CEB5) is unknown color: approx Vista Blue. HEX triplet: A2, CE and B5. RGB value is (162,206,181). Sum of RGB (Red+Green+Blue) = 162+206+181=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEB5 is #5D314A. Grayscale: #BEBEBE. Windows color (decimal): -6107467 or 11914914. OLE color: 11914914.

HSL color Cylindrical-coordinate representation of color #A2CEB5: hue angle of 145.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEB5 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB162206181-
CMYK0.2100.120.19
HSL145.91º30.99%72.16%-
HSV(B)145.91º21.36%80.78%-
XYZ45.3155.1651.97-
YUV189.99122.92108.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=29.51%
G=37.52%
B=32.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061810.2100.120.19145.9130.9972.16
HexA2CEB5150C13921f48
Octal242316265250142322237110
Binary10100010110011101011010110101011001001110010010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEB5; }

 p { color: rgb(162,206,181); }

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

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

 a { background-color: rgb(162,206,181); }

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

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

 span { border-color: rgb(162,206,181); }

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