#A2CEB4

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

Shades of Vista Blue #A2CEB4

Tints of Vista Blue #A2CEB4

Color information

#A2CEB4 (or 0xA2CEB4) is unknown color: approx Vista Blue. HEX triplet: A2, CE and B4. RGB value is (162,206,180). Sum of RGB (Red+Green+Blue) = 162+206+180=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEB4 is #5D314B. Grayscale: #BDBDBD. Windows color (decimal): -6107468 or 11849378. OLE color: 11849378.

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

Color convert

RGB162206180-
CMYK0.2100.130.19
HSL144.55º30.99%72.16%-
HSV(B)144.55º21.36%80.78%-
XYZ45.2155.1251.44-
YUV189.88122.42108.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=29.56%
G=37.59%
B=32.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061800.2100.130.19144.5530.9972.16
HexA2CEB4150D13911f48
Octal242316264250152322137110
Binary10100010110011101011010010101011011001110010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEB4; }

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

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

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

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

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

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

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

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