#A1CEBB

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

Shades of Vista Blue #A1CEBB

Tints of Vista Blue #A1CEBB

Color information

#A1CEBB (or 0xA1CEBB) is unknown color: approx Vista Blue. HEX triplet: A1, CE and BB. RGB value is (161,206,187). Sum of RGB (Red+Green+Blue) = 161+206+187=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBB is #5E3144. Grayscale: #BEBEBE. Windows color (decimal): -6172997 or 12308129. OLE color: 12308129.

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

Color convert

RGB161206187-
CMYK0.2200.090.19
HSL154.67º31.47%71.96%-
HSV(B)154.67º21.84%80.78%-
XYZ45.7455.3155.28-
YUV190.38126.09107.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=29.06%
G=37.18%
B=33.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061870.2200.090.19154.6731.4771.96
HexA1CEBB1609139b1f48
Octal241316273260112323337110
Binary10100001110011101011101110110010011001110011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEBB; }

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

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

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

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

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

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

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

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