#A1CFB3

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

Shades of Vista Blue #A1CFB3

Tints of Vista Blue #A1CFB3

Color information

#A1CFB3 (or 0xA1CFB3) is unknown color: approx Vista Blue. HEX triplet: A1, CF and B3. RGB value is (161,207,179). Sum of RGB (Red+Green+Blue) = 161+207+179=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFB3 is #5E304C. Grayscale: #BEBEBE. Windows color (decimal): -6172749 or 11784097. OLE color: 11784097.

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

Color convert

RGB161207179-
CMYK0.2200.140.19
HSL143.48º32.39%72.16%-
HSV(B)143.48º22.22%81.18%-
XYZ45.1555.4650.97-
YUV190.05121.76107.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=29.43%
G=37.84%
B=32.72%

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
Decimal1612071790.2200.140.19143.4832.3972.16
HexA1CFB3160E138f2048
Octal241317263260162321740110
Binary101000011100111110110011101100111010011100011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFB3; }

 p { color: rgb(161,207,179); }

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

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

 a { background-color: rgb(161,207,179); }

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

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

 span { border-color: rgb(161,207,179); }

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