#A1CFB2

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

Shades of Vista Blue #A1CFB2

Tints of Vista Blue #A1CFB2

Color information

#A1CFB2 (or 0xA1CFB2) is unknown color: approx Vista Blue. HEX triplet: A1, CF and B2. RGB value is (161,207,178). Sum of RGB (Red+Green+Blue) = 161+207+178=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFB2 is #5E304D. Grayscale: #BEBEBE. Windows color (decimal): -6172750 or 11718561. OLE color: 11718561.

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

Color convert

RGB161207178-
CMYK0.2200.140.19
HSL142.17º32.39%72.16%-
HSV(B)142.17º22.22%81.18%-
XYZ45.0555.4250.44-
YUV189.94121.26107.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=29.49%
G=37.91%
B=32.60%

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
Decimal1612071780.2200.140.19142.1732.3972.16
HexA1CFB2160E138e2048
Octal241317262260162321640110
Binary101000011100111110110010101100111010011100011101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFB2; }

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

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

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

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

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

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

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

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