#A2CEB6

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

Shades of Vista Blue #A2CEB6

Tints of Vista Blue #A2CEB6

Color information

#A2CEB6 (or 0xA2CEB6) is unknown color: approx Vista Blue. HEX triplet: A2, CE and B6. RGB value is (162,206,182). Sum of RGB (Red+Green+Blue) = 162+206+182=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEB6 is #5D3149. Grayscale: #BEBEBE. Windows color (decimal): -6107466 or 11980450. OLE color: 11980450.

HSL color Cylindrical-coordinate representation of color #A2CEB6: hue angle of 147.27º 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 #A2CEB6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB162206182-
CMYK0.2100.120.19
HSL147.27º30.99%72.16%-
HSV(B)147.27º21.36%80.78%-
XYZ45.4255.252.52-
YUV190.11123.42107.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=29.45%
G=37.45%
B=33.09%

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
Decimal1622061820.2100.120.19147.2730.9972.16
HexA2CEB6150C13931f48
Octal242316266250142322337110
Binary10100010110011101011011010101011001001110010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEB6; }

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

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

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

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

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

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

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

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