#A1CEBA

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

Shades of Vista Blue #A1CEBA

Tints of Vista Blue #A1CEBA

Color information

#A1CEBA (or 0xA1CEBA) is unknown color: approx Vista Blue. HEX triplet: A1, CE and BA. RGB value is (161,206,186). Sum of RGB (Red+Green+Blue) = 161+206+186=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBA is #5E3145. Grayscale: #BEBEBE. Windows color (decimal): -6172998 or 12242593. OLE color: 12242593.

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

Color convert

RGB161206186-
CMYK0.2200.100.19
HSL153.33º31.47%71.96%-
HSV(B)153.33º21.84%80.78%-
XYZ45.6355.2654.72-
YUV190.26125.59107.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=29.11%
G=37.25%
B=33.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061860.2200.100.19153.3331.4771.96
HexA1CEBA160A13991f48
Octal241316272260122323137110
Binary10100001110011101011101010110010101001110011001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEBA; }

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

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

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

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

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

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

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

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