#A1CEB2

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

Shades of Vista Blue #A1CEB2

Tints of Vista Blue #A1CEB2

Color information

#A1CEB2 (or 0xA1CEB2) is unknown color: approx Vista Blue. HEX triplet: A1, CE and B2. RGB value is (161,206,178). Sum of RGB (Red+Green+Blue) = 161+206+178=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEB2 is #5E314D. Grayscale: #BDBDBD. Windows color (decimal): -6173006 or 11718305. OLE color: 11718305.

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

Color convert

RGB161206178-
CMYK0.2200.140.19
HSL142.67º31.47%71.96%-
HSV(B)142.67º21.84%80.78%-
XYZ44.8154.9350.36-
YUV189.35121.59107.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=29.54%
G=37.80%
B=32.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061780.2200.140.19142.6731.4771.96
HexA1CEB2160E138f1f48
Octal241316262260162321737110
Binary10100001110011101011001010110011101001110001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEB2; }

 p { color: rgb(161,206,178); }

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

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

 a { background-color: rgb(161,206,178); }

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

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

 span { border-color: rgb(161,206,178); }

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